diff options
author | Keader <keader.android@gmail.com> | 2016-12-29 10:03:42 -0300 |
---|---|---|
committer | Keader <keader.android@gmail.com> | 2016-12-29 10:03:42 -0300 |
commit | 9f919bebacd4b850e94d39ea7612b3cf97edd801 (patch) | |
tree | d3911cabb97f5982ba2d3bc80f7f1827e530395a | |
parent | beb798f12c34d636ce4787bec6e43c32831e5f6a (diff) |
Update 2016_12_29_04_world.sql
-rw-r--r-- | sql/updates/world/3.3.5/2016_12_29_04_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2016_12_29_04_world.sql b/sql/updates/world/3.3.5/2016_12_29_04_world.sql index e822e63125c..42f2ee0020a 100644 --- a/sql/updates/world/3.3.5/2016_12_29_04_world.sql +++ b/sql/updates/world/3.3.5/2016_12_29_04_world.sql @@ -1,2 +1,2 @@ -- The Crystals -UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=11025;; +UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID`=11025; |