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:
avarishd
2023-04-22 16:08:25 +03:00
committed by GitHub
parent 790417b1b1
commit 8696e7be7f
2 changed files with 5 additions and 1 deletions

View File

@@ -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;