mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 15:01:38 -04:00
cfa26522ad
DB schema: Sorted out a discrepancy in respawn time column format. --HG-- branch : trunk
2 lines
115 B
SQL
2 lines
115 B
SQL
ALTER TABLE `gameobject_respawn` CHANGE COLUMN `respawntime` `respawntime` bigint(20) unsigned NOT NULL DEFAULT 0;
|