diff options
-rw-r--r-- | sql/updates/world/master/2017_03_18_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/master/2017_03_18_02_world.sql b/sql/updates/world/master/2017_03_18_02_world.sql index 0a36bbcd193..2150ae08cda 100644 --- a/sql/updates/world/master/2017_03_18_02_world.sql +++ b/sql/updates/world/master/2017_03_18_02_world.sql @@ -5,4 +5,4 @@ CREATE TABLE `quest_offer_reward_locale` ( `RewardText` text, `VerifiedBuild` smallint(6) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`,`locale`) -) +); |