aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKandera <KanderaDev@gmail.com>2012-10-05 14:25:29 -0400
committerKandera <KanderaDev@gmail.com>2012-10-05 14:25:29 -0400
commit1c4220fbe3682d732f036cf577ce88066ece0424 (patch)
tree17f622675029b3c15175f0bae4dfab95586b068b /sql
parent74350e5715ee919586c36963be02b9d9fdb2ab34 (diff)
Core/Battlefield: fix the wintergrasp and ioc teleporters.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_10_05_01_world_spell_script_names.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_10_05_01_world_spell_script_names.sql b/sql/updates/world/2012_10_05_01_world_spell_script_names.sql
new file mode 100644
index 00000000000..c7269b981ec
--- /dev/null
+++ b/sql/updates/world/2012_10_05_01_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` = 54643;
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(54643, 'spell_wintergrasp_defender_teleport_trigger');