diff options
| author | Aokromes <jipr@hotmail.com> | 2013-11-03 07:21:33 +0100 |
|---|---|---|
| committer | Aokromes <jipr@hotmail.com> | 2013-11-03 07:21:33 +0100 |
| commit | ab396c431437df68b7c5ce212224badbe8aec644 (patch) | |
| tree | 4602477dcc769f83418ea3afbcfd1849f2768d90 | |
| parent | 9065b166e5379f1a0f4cbdede6a0019d3ced4cf1 (diff) | |
DB/Quest: Fix quest ender for To Fordragon Hold!
by dr-j, closes #5121
| -rw-r--r-- | sql/updates/world/2013_11_03_22_world_creature_questender.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_11_03_22_world_creature_questender.sql b/sql/updates/world/2013_11_03_22_world_creature_questender.sql new file mode 100644 index 00000000000..4db3e910070 --- /dev/null +++ b/sql/updates/world/2013_11_03_22_world_creature_questender.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_questender` SET `id`=27872 WHERE `quest`=12474; |
