From 1554ca8b1ffd88c314199f03d37f5fd4eb3ac928 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Thu, 20 Jun 2013 17:15:27 -0230 Subject: Core/Scripting: Add spell script for spell 55945 Spectator - Cheer Trigger --- sql/updates/world/2013_06_20_01_world_misc.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2013_06_20_01_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_06_20_01_world_misc.sql b/sql/updates/world/2013_06_20_01_world_misc.sql new file mode 100644 index 00000000000..426e898f601 --- /dev/null +++ b/sql/updates/world/2013_06_20_01_world_misc.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=55945; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(55945,"spell_gen_spectator_cheer_trigger"); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (30102,30193); +INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`auras`) VALUES +(30102,1, '55944 56060'),(30193,1, '55944 56060'); -- cgit v1.2.3