diff options
| author | Spp <none@none> | 2010-04-15 10:18:38 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-15 10:18:38 +0200 |
| commit | 08785d63abe7b1d3967c60ddf93f3f8193317118 (patch) | |
| tree | 4c91516f9eb3f9f5efff6480ca00fd3bc2c57fd6 /sql/updates | |
| parent | 8abcca0a06d48d4c9d7039bf7a6b27c57f7eb878 (diff) | |
Fix bad use of worldstates table in last commit
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7915_characters_worldstates.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7915_characters_worldstates.sql b/sql/updates/7915_characters_worldstates.sql new file mode 100644 index 00000000000..cad658e6606 --- /dev/null +++ b/sql/updates/7915_characters_worldstates.sql @@ -0,0 +1,2 @@ +ALTER TABLE `worldstates` DROP COLOMUN `NextWeeklyQuestResetTime`; +INSERT INTO `worldstates` (`entry`,`value`, `comment`) VALUES (20002, 0, 'NextWeeklyQuestResetTime'); |
