diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-03-18 18:34:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-18 18:34:06 +0100 |
| commit | b0b6e4f133fb0be65a3f3ffa7744b722672f6c56 (patch) | |
| tree | 2492b99a3afde0c7f7cc10cb9817ffc5d8778ca3 | |
| parent | 18d10e1e3802ae12e7ea8d0f632bdec80601e698 (diff) | |
Update 2017_03_18_02_world.sql
| -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`) -) +); |
