mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Player: Quests with status QUEST_STATUS_NONE(0) shouldn't be loaded into player's queststatus storage. These should be removed since they are remnants from the old queststatus storage system.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DELETE FROM `character_queststatus` WHERE `status`=0;
|
||||
Reference in New Issue
Block a user