aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <none@none>2010-12-26 17:00:31 +0100
committerShauren <none@none>2010-12-26 17:00:31 +0100
commit9de8466d84ce63e930657ef5e07bac8502ff8fd8 (patch)
tree794f42d3fe21e88d60e998b262f8cfcd8d6b4f0b /sql/updates
parent79070ca820e1bd0cf311a9c1a10b145740eb9fd8 (diff)
SQL: Added missing update for previous revision
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10831_world_scriptname.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/10831_world_scriptname.sql b/sql/updates/10831_world_scriptname.sql
new file mode 100644
index 00000000000..7b410391171
--- /dev/null
+++ b/sql/updates/10831_world_scriptname.sql
@@ -0,0 +1 @@
+UPDATE `gameobject_template` SET `ScriptName`='go_strange_pool' WHERE `entry`=184956;