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