mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
DB/creature: Fix Storm Totem flags
This commit is contained in:
3
sql/updates/world/2012_06_17_00_world_creature.sql
Normal file
3
sql/updates/world/2012_06_17_00_world_creature.sql
Normal 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;
|
||||
Reference in New Issue
Block a user