fix(DB/Creature): Tamed Kodo - Remove gosisp flag. (#15165)
* fix(DB/Creature): Tamed Kodo - Remove gosisp flag. * fix worldserver warning (assigned gossip, but no flag) also typo * Use &~
This commit is contained in:
parent
790417b1b1
commit
8696e7be7f
2 changed files with 5 additions and 1 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Tamed Kodo - Remove gossip flag & gosip menu.
|
||||
UPDATE `creature_template` SET `npcflag` = `npcflag`&~(1),`gossip_menu_id` = 0 WHERE `entry` = 11627;
|
||||
Loading…
Add table
Add a link
Reference in a new issue