From cc416592b9f2a9d8e052755b63a081e947d4ae5b Mon Sep 17 00:00:00 2001 From: thesensei Date: Sun, 26 Aug 2012 02:55:14 +0300 Subject: Core/Scripts: Defending Wyrmrest Temple --- sql/updates/world/2012_08_26_00_creature_template.sql | 2 ++ sql/updates/world/2012_08_26_00_world_spell_script_name.sql | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 sql/updates/world/2012_08_26_00_creature_template.sql create mode 100644 sql/updates/world/2012_08_26_00_world_spell_script_name.sql (limited to 'sql') diff --git a/sql/updates/world/2012_08_26_00_creature_template.sql b/sql/updates/world/2012_08_26_00_creature_template.sql new file mode 100644 index 00000000000..30d92f339a7 --- /dev/null +++ b/sql/updates/world/2012_08_26_00_creature_template.sql @@ -0,0 +1,2 @@ +-- NPC script linking for Wyrmrest Defender ID: 27629 +UPDATE `creature_template` SET `ScriptName`='npc_wyrmrest_defender' WHERE `entry`=27629; \ No newline at end of file diff --git a/sql/updates/world/2012_08_26_00_world_spell_script_name.sql b/sql/updates/world/2012_08_26_00_world_spell_script_name.sql new file mode 100644 index 00000000000..c020a977aa3 --- /dev/null +++ b/sql/updates/world/2012_08_26_00_world_spell_script_name.sql @@ -0,0 +1,4 @@ +-- Spell script name linking for Defending Wyrmrest Temple: Character Script Cast From Gossip ID: 49123 +DELETE FROM `spell_script_names` WHERE `spell_id`=49213; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(49213,'spell_q12372_cast_from_gossip_trigger'); \ No newline at end of file -- cgit v1.2.3