Partially revert a36a0a77ef.

Cleaning databases for old/deprecated and expired quests should never be a
developers choice specifically. This should be done by admins, not developers,
through the use of the already existing paramters found in the worldserver config :
CleanCharacterDB / PersistentCharacterCleanFlags

An adjustment to the respective questloader prepared statement has been done to
accomodate for the earlier change (by not loading such quests into memory at all).

Documentation for how this cleanup-procedures work already exists in the core :
doc/CharacterDBCleanup.txt.
This commit is contained in:
click
2012-03-28 19:31:06 +02:00
parent 007e9269fe
commit 6237ddac34
3 changed files with 2 additions and 9 deletions

View File

@@ -1 +0,0 @@
DELETE FROM `character_queststatus` WHERE `status`=0;