diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_02_09_00_world.sql | 7 |
1 files changed, 7 insertions, 0 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 new file mode 100644 index 00000000000..b306334bcea --- /dev/null +++ b/sql/updates/world/3.3.5/2017_02_09_00_world.sql @@ -0,0 +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");
|
