diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-01-13 04:52:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-13 04:52:45 +0100 |
| commit | e2596af6fcd3bdaf58da07d991f36b541384c6aa (patch) | |
| tree | 55294c8c357067e8762eb54997ea1e6f9bc0ab0e | |
| parent | e3986d4a8a184486af8de22b722be510cf79b032 (diff) | |
Missing part of e3986d4
| -rw-r--r-- | sql/updates/world/master/2017_01_13_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_13_00_world.sql b/sql/updates/world/master/2017_01_13_00_world.sql new file mode 100644 index 00000000000..772f40f164b --- /dev/null +++ b/sql/updates/world/master/2017_01_13_00_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `npc_spellclick_spells` SET `spell_id`=94120 WHERE `npc_entry`=44776; + +UPDATE `creature_template` SET `speed_run`=3.23333, `unit_flags`=33554440, `ScriptName`="npc_sharpbeak", `VehicleId`=1434, `InhabitType`=4 WHERE `entry` IN (43161,51125); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (43161,51125); +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(43161,0,0,50331648,1,0,''),(51125,0,0,50331648,1,0,''); +-- |
