diff options
| author | n0n4m3 <none@none> | 2009-12-30 18:44:29 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-30 18:44:29 +0100 |
| commit | a30fcb4660af86c3d811a21623c2b2af01141a75 (patch) | |
| tree | 734ca53fab7c4341c395d3efd4935e5632e29f8e | |
| parent | 72b7c5c69d14a96d9fa4489ab95e8be40b8acd24 (diff) | |
Added missing sql update for prev commit
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/6857_world_scriptnames.sql | 1 |
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 |
