diff options
author | Malcrom <malcromdev@gmail.com> | 2012-06-17 10:41:21 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2012-06-17 10:41:21 -0230 |
commit | 99888e1a3ee8a0d69fe956e79257466a6ea8e446 (patch) | |
tree | 97bc5045eec073a05e6ced889fa1f25cd34a93b3 | |
parent | 33873cc37c1e46bb948c753592e7473465b1832e (diff) |
DB/creature: Fix Storm Totem flags
-rw-r--r-- | sql/updates/world/2012_06_17_00_world_creature.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_06_17_00_world_creature.sql b/sql/updates/world/2012_06_17_00_world_creature.sql new file mode 100644 index 00000000000..53e101c5d60 --- /dev/null +++ b/sql/updates/world/2012_06_17_00_world_creature.sql @@ -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; |