diff options
| author | _manuel_ <none@none> | 2010-01-10 13:46:33 -0300 |
|---|---|---|
| committer | _manuel_ <none@none> | 2010-01-10 13:46:33 -0300 |
| commit | f636bf12b9ca4a38d0bd0cb3153884bf8371ea34 (patch) | |
| tree | b48bd110546b7f231780a7d3f9beb50d6a6a9ffe /sql/updates | |
| parent | 58927805f970d34cd6bf21c82d79f90748b4a9f3 (diff) | |
Fixed quest 11881 by Kudlaty.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6945_world_scriptnames.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/6945_world_scriptnames.sql b/sql/updates/6945_world_scriptnames.sql new file mode 100644 index 00000000000..1de4fa2218e --- /dev/null +++ b/sql/updates/6945_world_scriptnames.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_fezzix_geartwist' WHERE `entry`=25849; |
