From a30fcb4660af86c3d811a21623c2b2af01141a75 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Wed, 30 Dec 2009 18:44:29 +0100 Subject: Added missing sql update for prev commit --HG-- branch : trunk --- sql/updates/6857_world_scriptnames.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/6857_world_scriptnames.sql (limited to 'sql') 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 -- cgit v1.2.3