diff options
| author | Afgann <Marcin60000@gmail.com> | 2017-02-10 01:07:29 +0100 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2017-02-09 21:07:29 -0300 |
| commit | 21b5a377e49b4c0bb7d3fa53451046af1192af4a (patch) | |
| tree | 1f19aaf8e4bba624187539ef4e5ed594f96edccc /sql | |
| parent | 94a6dd7b3c2f336cde5d283d0e70980eb9370827 (diff) | |
Core/Scripts: Moorabi encounter updated. (#19013)
Diffstat (limited to 'sql')
| -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");
|
