diff options
-rw-r--r-- | sql/updates/7915_characters_worldstates.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/7915_characters_worldstates.sql b/sql/updates/7915_characters_worldstates.sql index cad658e6606..ffa573b6433 100644 --- a/sql/updates/7915_characters_worldstates.sql +++ b/sql/updates/7915_characters_worldstates.sql @@ -1,2 +1,2 @@ -ALTER TABLE `worldstates` DROP COLOMUN `NextWeeklyQuestResetTime`; +ALTER TABLE `worldstates` DROP COLUMN `NextWeeklyQuestResetTime`; INSERT INTO `worldstates` (`entry`,`value`, `comment`) VALUES (20002, 0, 'NextWeeklyQuestResetTime'); |