diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-07-15 20:57:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-15 20:57:48 +0200 |
commit | 85e159bb7bd30f364e23dc962b1fc82640bfb9bb (patch) | |
tree | 5420a0546eb542320e1d16191d00f2c0be7537f0 | |
parent | 0603126f66b4131142b747815a74d8a38f84c64c (diff) |
make linux happy
-rw-r--r-- | sql/updates/world/3.3.5/2018_07_15_03_world_335.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2018_07_15_03_world_335.sql b/sql/updates/world/3.3.5/2018_07_15_03_world_335.sql index d4336781c9b..e061a6b0249 100644 --- a/sql/updates/world/3.3.5/2018_07_15_03_world_335.sql +++ b/sql/updates/world/3.3.5/2018_07_15_03_world_335.sql @@ -1,2 +1,2 @@ -- -UPDATE `quest_template_Addon` SET `PrevQuestID`=204 WHERE `ID`=207; +UPDATE `quest_template_addon` SET `PrevQuestID`=204 WHERE `ID`=207; |