diff options
-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 |