DB/creature: Fix Storm Totem flags

This commit is contained in:
Malcrom
2012-06-17 10:41:21 -02:30
parent 33873cc37c
commit 99888e1a3e

View File

@@ -0,0 +1,3 @@
-- Fix Storm Totem flags
UPDATE `creature_template` SET `npcflag`=`npcflag`|16777216 WHERE `entry`=26048;
UPDATE `creature_template` SET `flags_extra`=`flags_extra`&~16777216 WHERE `entry`=26048;