aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-30 18:44:29 +0100
committern0n4m3 <none@none>2009-12-30 18:44:29 +0100
commita30fcb4660af86c3d811a21623c2b2af01141a75 (patch)
tree734ca53fab7c4341c395d3efd4935e5632e29f8e
parent72b7c5c69d14a96d9fa4489ab95e8be40b8acd24 (diff)
Added missing sql update for prev commit
--HG-- branch : trunk
-rw-r--r--sql/updates/6857_world_scriptnames.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/6857_world_scriptnames.sql b/sql/updates/6857_world_scriptnames.sql
new file mode 100644
index 00000000000..c24c640367d
--- /dev/null
+++ b/sql/updates/6857_world_scriptnames.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName` = 'valiant_challenge' WHERE `entry` = 33518; \ No newline at end of file