aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-12-28 09:49:07 +0100
committerMachiavelli <none@none>2010-12-28 09:49:07 +0100
commit46328318d2c604f6fdbff7ebecc0fcc05fd965ed (patch)
tree106982345620cbabc5986493b7dfc218086d7634 /sql
parente739d26eac1ce521cb91890b959ebfa66cdeb438 (diff)
Core/DB:
- Only use configured PersistentFlags for character database cleaner to determine data saving behaviour during runtime, instead of all original flags set in worldstates. - Remove the forced deletion of abandoned quest entries in 10828_characters_character_queststatus.sql for those who do not want to lose that data. If you want to purge that data then run the core with CleanupFlags & 0x10. If you want to both purge the data now and prevent it from being saved in the future, run the core with CleanupFlags & 0x10 AND PersistentCleanupFlags & 0x10 --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/10828_characters_character_queststatus.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/updates/10828_characters_character_queststatus.sql b/sql/updates/10828_characters_character_queststatus.sql
index 88681714a86..946a8fc119f 100644
--- a/sql/updates/10828_characters_character_queststatus.sql
+++ b/sql/updates/10828_characters_character_queststatus.sql
@@ -1,5 +1,3 @@
-DELETE FROM character_queststatus WHERE `status` = 0;
-
DROP TABLE IF EXISTS `character_queststatus_rewarded`;
CREATE TABLE `character_queststatus_rewarded` (
`guid` int(10) unsigned NOT NULL default '0' COMMENT 'Global Unique Identifier',