From 0a25c76c3179772e79488bd138a961365946fee7 Mon Sep 17 00:00:00 2001 From: spp Date: Sun, 6 Dec 2009 23:43:36 +0100 Subject: Add missing table to AccountMgr::DeleteAccount, by azazel. Closes #521 --HG-- branch : trunk --- src/game/AccountMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/game/AccountMgr.cpp b/src/game/AccountMgr.cpp index b3c9a76e720..ed9f85d0eab 100644 --- a/src/game/AccountMgr.cpp +++ b/src/game/AccountMgr.cpp @@ -89,6 +89,7 @@ AccountOpResult AccountMgr::DeleteAccount(uint32 accid) // table realm specific but common for all characters of account for realm CharacterDatabase.PExecute("DELETE FROM character_tutorial WHERE account = '%u'",accid); + CharacterDatabase.PExecute("DELETE FROM account_data WHERE account = '%u'",accid); loginDatabase.BeginTransaction(); -- cgit v1.2.3