Core/Scripts: Moorabi encounter updated. (#19013)

(cherrypicked from 21b5a377e4)
This commit is contained in:
Afgann
2017-02-10 01:07:29 +01:00
committed by Shauren
parent be87c0e8b8
commit afade22ffb
2 changed files with 133 additions and 59 deletions

View File

@@ -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");