fix typo 2

This commit is contained in:
Skjalf 2025-11-26 20:28:36 -03:00
parent 4333990b57
commit 9657f27332

View file

@ -1,4 +1,4 @@
UPDATE `creature_template` SET `npcflag` = `npcflag`~2 WHERE `entry` IN (33434, 33435);
UPDATE `creature_template` SET `npcflag` = `npcflag`&~2 WHERE `entry` IN (33434, 33435);
DELETE FROM `creature_queststarter` WHERE `quest` IN (13820, 13681, 13627);