diff options
author | Spp <none@none> | 2010-04-15 14:21:45 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-15 14:21:45 +0200 |
commit | 33962150ada29432600d80491e0580b31cf40a88 (patch) | |
tree | 1bfaaedfa5b2d50977965b8b4d249a4b9f408005 | |
parent | f9987206f0e43bcd7a6bdbe8829c21be00c78795 (diff) |
Fix typo in sql file.
--HG--
branch : trunk
-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'); |