Scripts/Scholomance: Kormok

- Updated to EventMaps
- Replaced some hacks to summon adds with proper spells, but there might be still missing stuff
This commit is contained in:
Nyeriah
2014-09-06 22:45:36 -03:00
parent ef9b4aea5e
commit 8379f0f470
3 changed files with 153 additions and 62 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (27695, 27687);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(27695, 'spell_kormok_summon_bone_mages'),
(27687, 'spell_kormok_summon_bone_minions');