aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <none@none>2010-08-26 22:18:17 +0200
committerShauren <none@none>2010-08-26 22:18:17 +0200
commit7fcf55dfccf8a981b548a5f519d3ec27a7b23639 (patch)
tree9079bcca99097804efda86c108efbdbad032459b /sql/updates
parent3fcb7dd6432a5e85d4ad1878b9beb769675ac82f (diff)
Scripts/Icecrown Citadel: Added Teleporter script
Scripts/Icecrown Citadel: Implemented achievements for Deathbringer Saurfang --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9618_world_scriptname.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/9618_world_scriptname.sql b/sql/updates/9618_world_scriptname.sql
new file mode 100644
index 00000000000..778fc453dd5
--- /dev/null
+++ b/sql/updates/9618_world_scriptname.sql
@@ -0,0 +1 @@
+UPDATE `gameobject_template` SET `ScriptName`='icecrown_citadel_teleport' WHERE `entry` IN (202223,202235,202242,202243,202244,202245,202246);