diff options
| author | thesensei <aconstantgoal@abv.bg> | 2012-08-26 02:55:14 +0300 |
|---|---|---|
| committer | thesensei <aconstantgoal@abv.bg> | 2012-08-26 02:55:14 +0300 |
| commit | cc416592b9f2a9d8e052755b63a081e947d4ae5b (patch) | |
| tree | d090d75e4c6d89c5a8662436ae56fe4446da9b0e /sql | |
| parent | 6bcc994a5e1b92c2037c7042621acfe6f53cc5f8 (diff) | |
Core/Scripts: Defending Wyrmrest Temple
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_26_00_creature_template.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2012_08_26_00_world_spell_script_name.sql | 4 |
2 files changed, 6 insertions, 0 deletions
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 |
