Destroying the instance will break stuff
This commit is contained in:
@@ -58,8 +58,9 @@ function Main.WipeData(player)
|
||||
|
||||
|
||||
-- Let's wipe the instance too just to be sure
|
||||
local DataController = require("TOC/Controllers/DataController")
|
||||
DataController.DestroyInstance(username)
|
||||
-- TODO This can break things I guess
|
||||
--local DataController = require("TOC/Controllers/DataController")
|
||||
--DataController.DestroyInstance(username)
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user