diff options
| author | Killyana <morphone1@gmail.com> | 2015-12-29 20:03:45 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-12-29 20:03:45 +0100 |
| commit | 70308e3c3316a9e0f260a3e9c808fe0d23d79d4d (patch) | |
| tree | 5da5aa4a4cdf40302518a1a1c36bc150dc20a584 | |
| parent | 79c9af11b9a90b051ecc26b0a60e879e3d9c4134 (diff) | |
DB/Creature: Fix Crystal Spike react state on Ormorok the Tree-Shaper encounter
Closes #16097
| -rw-r--r-- | sql/updates/world/2015_12_29_06_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_12_29_06_world.sql b/sql/updates/world/2015_12_29_06_world.sql new file mode 100644 index 00000000000..167c4c23005 --- /dev/null +++ b/sql/updates/world/2015_12_29_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra`=2 WHERE `entry` IN (27099, 30539); |
