Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new InstanceLockMgr

This commit is contained in:
Shauren
2022-10-04 00:19:38 +02:00
parent a131542855
commit 9b924522d0
35 changed files with 268 additions and 2000 deletions
@@ -0,0 +1,3 @@
DROP TABLE IF EXISTS `character_instance`;
DROP TABLE IF EXISTS `group_instance`;
DROP TABLE IF EXISTS `instance_reset`;