aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTartalo <none@none>2010-02-24 16:51:15 +0100
committerTartalo <none@none>2010-02-24 16:51:15 +0100
commit7971e3b8c1cb09e23ff118563d629e621f2df0ac (patch)
tree54cf850b269925965a166fb0fb3e55311d8b5526 /sql
parent2ae4291442889923a4ecf63e3240dd4f029b848c (diff)
Icecrown, Argent Tournament: Support for quests 14096 & 14142
You've Really Done It This Time Kul Needs db support to work properly (missing spawn + faction changes) --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/FULL/world_scripts_full.sql1
-rw-r--r--sql/updates/7422_world_scriptname.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql
index 3e64b6c3c2b..3d3299f8609 100644
--- a/sql/FULL/world_scripts_full.sql
+++ b/sql/FULL/world_scripts_full.sql
@@ -51,6 +51,7 @@ UPDATE `gameobject_template` SET `scriptname`='go_inconspicuous_landmark' WHERE
UPDATE `gameobject_template` SET `ScriptName`='go_soulwell' WHERE `entry` IN (181621,193169);
UPDATE `gameobject_template` SET `scriptname`='go_tadpole_cage' WHERE `entry`=187373;
UPDATE `gameobject_template` SET `ScriptName`='go_dragonflayer_cage' WHERE entry IN (186566,186567,186568,186569,186570,186571,186572,186573,186574,186575);
+UPDATE `gameobject_template` SET `ScriptName`='go_black_cage' WHERE `entry`=195310;
/* GUARD */
UPDATE `creature_template` SET `ScriptName`='guard_azuremyst' WHERE `entry`=18038;
diff --git a/sql/updates/7422_world_scriptname.sql b/sql/updates/7422_world_scriptname.sql
new file mode 100644
index 00000000000..d643cfa96f0
--- /dev/null
+++ b/sql/updates/7422_world_scriptname.sql
@@ -0,0 +1 @@
+UPDATE `gameobject_template` SET `ScriptName`='go_black_cage' WHERE `entry`=195310;