diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-08-27 14:11:57 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-08-27 14:11:57 +0100 |
| commit | c157e2643a9f2f65608a8e45b973baded2fa39b3 (patch) | |
| tree | a3e76ed4faaad8d60badfdd0134f3e52e5521fbc /sql/updates | |
| parent | 2d7b1c8b90d253a9fc102a1a8da2742ffb0c472a (diff) | |
| parent | 846fc6a7fd14fa877ea82d1c85fec395cd7cee9d (diff) | |
Merge remote-tracking branch 'origin/master' into 4.3.4
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_08_27_00_creature_template.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2012_08_27_00_world_spell_script_name.sql | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_27_00_creature_template.sql b/sql/updates/world/2012_08_27_00_creature_template.sql new file mode 100644 index 00000000000..804d7b5c61d --- /dev/null +++ b/sql/updates/world/2012_08_27_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; diff --git a/sql/updates/world/2012_08_27_00_world_spell_script_name.sql b/sql/updates/world/2012_08_27_00_world_spell_script_name.sql new file mode 100644 index 00000000000..1d036df0a65 --- /dev/null +++ b/sql/updates/world/2012_08_27_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'); |
