diff options
author | Rushor <Rushor@users.noreply.github.com> | 2017-01-22 16:42:43 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-01-22 16:42:43 +0100 |
commit | 41530b5ac9a3e56f005d04fbc6d94d90c5e2afe8 (patch) | |
tree | 094c087f9156c796b3196990f5e968b1d99eb4ee | |
parent | c90882ed6e2aba3b2d421abdc17cb57bea61d04b (diff) |
DB/Creature: Ironwool Mammoth, Part 1
Closes #18895
-rw-r--r-- | sql/updates/world/3.3.5/2017_01_22_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_22_03_world.sql b/sql/updates/world/3.3.5/2017_01_22_03_world.sql new file mode 100644 index 00000000000..dcd17547408 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_22_03_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature` SET `spawndist`=0, `MovementType`=0, `unit_flags`=`unit_flags`|536870912|32770, `dynamicflags`=32 WHERE `guid`=116778; + +DELETE FROM `creature_addon` WHERE `guid` IN (113320, 116778); +INSERT INTO `creature_addon` (`guid`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(113320,0,0,0,1,233, ''), +(116778,0,0,7,1,0, '29266'); |