Core/Instance: stop updating the instance resettimes based on creature respawns

This commit is contained in:
ariel-
2017-04-11 23:57:29 -03:00
committed by Aokromes
parent 0d6c2978ae
commit c17fa0bcc5
8 changed files with 53 additions and 46 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE `creature_respawn` CHANGE `respawnTime` `respawnTime` bigint(20) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `gameobject_respawn` CHANGE `respawnTime` `respawnTime` bigint(20) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `instance` CHANGE `resettime` `resettime` bigint(20) unsigned NOT NULL DEFAULT '0';
ALTER TABLE `instance_reset` CHANGE `resettime` `resettime` bigint(20) unsigned NOT NULL DEFAULT '0';