From 36cdc47e8f8d215d2f638dc977848fdb99e6a541 Mon Sep 17 00:00:00 2001 From: ariel- Date: Tue, 28 Apr 2015 02:34:38 -0300 Subject: Fixed some issues with PR #14157, kudos to @Nyeriah @Warpten: * Moved scripts to other source file instead of having them on the instance cpp * Removed magic number, use of DoAction instead of SetData to do the yelling * Added spellscript for Remove Kargath's Executioner * Saved victim GUIDs in instance script instead of checking nearby area * Returning position as const-reference (by Naios) --- sql/updates/world/2015_MM_DD_NN_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_MM_DD_NN_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_MM_DD_NN_world.sql b/sql/updates/world/2015_MM_DD_NN_world.sql new file mode 100644 index 00000000000..d7ef0e17204 --- /dev/null +++ b/sql/updates/world/2015_MM_DD_NN_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` = 39291; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(39291, 'spell_remove_kargath_executioner'); -- cgit v1.2.3