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

This commit is contained in:
Afgann
2017-02-10 01:07:29 +01:00
committed by Aokromes
parent 3eebbfc97d
commit 7edac2b441
2 changed files with 135 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");