mirror of
https://github.com/azerothcore/mod-progression-system
synced 2026-08-21 06:23:04 -04:00
fix typo 2
This commit is contained in:
parent
4333990b57
commit
9657f27332
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue