diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_02_09_00_world.sql | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_09_00_world.sql b/sql/updates/world/3.3.5/2017_02_09_00_world.sql index b306334bcea..bb5fb921898 100644 --- a/sql/updates/world/3.3.5/2017_02_09_00_world.sql +++ b/sql/updates/world/3.3.5/2017_02_09_00_world.sql @@ -1,7 +1,7 @@ --- Phantom Mammoth
-DELETE FROM `creature` WHERE `guid`=127005; -- shouldn't stand all the time
-UPDATE `creature_template` SET `flags_extra` = `flags_extra`&0x2 WHERE `entry`=29748; -- set visible to players
--- Mojo Frenzy
-DELETE FROM `spell_script_names` WHERE `ScriptName` = "spell_moorabi_mojo_frenzy";
-INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
-(55163, "spell_moorabi_mojo_frenzy");
+-- Phantom Mammoth +DELETE FROM `creature` WHERE `guid`=127005; -- shouldn't stand all the time +UPDATE `creature_template` SET `flags_extra` = `flags_extra`&0x2 WHERE `entry`=29748; -- set visible to players +-- Mojo Frenzy +DELETE FROM `spell_script_names` WHERE `ScriptName` = "spell_moorabi_mojo_frenzy"; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(55163, "spell_moorabi_mojo_frenzy"); |