aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2014-09-06 22:45:36 -0300
committerNyeriah <sarah.trysan@live.com>2014-09-06 22:45:36 -0300
commit8379f0f470a4e80ffcfd6c60075c58dde6c7f44a (patch)
tree25a5682d7de6566ff7b4956e206ba3107baa5670 /sql
parentef9b4aea5e97ffbd4c0f611bef6fab6e554d82ff (diff)
Scripts/Scholomance: Kormok
- Updated to EventMaps - Replaced some hacks to summon adds with proper spells, but there might be still missing stuff
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_09_06_10_world_spell_script_names.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_06_10_world_spell_script_names.sql b/sql/updates/world/2014_09_06_10_world_spell_script_names.sql
new file mode 100644
index 00000000000..c63a3372068
--- /dev/null
+++ b/sql/updates/world/2014_09_06_10_world_spell_script_names.sql
@@ -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');