aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-19 15:44:22 -0700
committermaximius <none@none>2009-09-19 15:44:22 -0700
commit22869c7a47315c9f1568b14c4d960bf1d3f345c4 (patch)
tree4a1f5ae42083472e88df7c36701d757d84f3849b /sql/updates
parent599d0fa65b2f28e99c3a5f6eca2e3b67f0f2e900 (diff)
*Add ScriptName to GO 185919 and 185921, thanks WarHead
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/5701_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5701_world.sql b/sql/updates/5701_world.sql
new file mode 100644
index 00000000000..6560085346f
--- /dev/null
+++ b/sql/updates/5701_world.sql
@@ -0,0 +1,3 @@
+
+UPDATE `gameobject_template` SET `ScriptName`='go_fel_crystalforge' WHERE `entry`=185919;
+UPDATE `gameobject_template` SET `ScriptName`='go_bashir_crystalforge' WHERE `entry`=185921;