diff options
| author | nelegalno <nelegalno@yopmail.com> | 2012-01-06 13:28:53 +0200 |
|---|---|---|
| committer | nelegalno <nelegalno@yopmail.com> | 2012-01-06 13:28:53 +0200 |
| commit | 14f309f72e1a2a9400724138f8265c7d8b40cef7 (patch) | |
| tree | e53fc42165be0198e70986090f7fab78e302846b | |
| parent | c4577db641cef90cab19a3f4ea6936a96590436d (diff) | |
Ogre Heaven fix PrevQuestID by shlomi1515
Closes #2732
| -rw-r--r-- | sql/updates/world/2011_12_30_02_world_misc.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_12_30_02_world_misc.sql b/sql/updates/world/2011_12_30_02_world_misc.sql new file mode 100644 index 00000000000..5e52a80ab35 --- /dev/null +++ b/sql/updates/world/2011_12_30_02_world_misc.sql @@ -0,0 +1,4 @@ +-- Ogre Heaven fix PrevQuestID by shlomi1515 +-- Closes #2732 + +UPDATE quest_template SET PrevQuestID='11000' WHERE ID='11009'; |
