aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-12-29 20:03:45 +0100
committerMitchesD <majklprofik@seznam.cz>2016-01-17 13:59:37 +0100
commit4aa19822951840d95820cc3b2049a04b0e7470b2 (patch)
tree662ab6633937d7e6eec3e350cdc2ff26a41f3a3f
parent6e4948a4980e4dee5a3e33fa654e7569a6e25544 (diff)
DB/Creature: Fix Crystal Spike react state on Ormorok the Tree-Shaper encounter
Closes #16097 (cherry picked from commit 70308e3c3316a9e0f260a3e9c808fe0d23d79d4d)
-rw-r--r--sql/updates/world/2016_01_17_10_world_2015_12_29_06.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_10_world_2015_12_29_06.sql b/sql/updates/world/2016_01_17_10_world_2015_12_29_06.sql
new file mode 100644
index 00000000000..167c4c23005
--- /dev/null
+++ b/sql/updates/world/2016_01_17_10_world_2015_12_29_06.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `flags_extra`=2 WHERE `entry` IN (27099, 30539);