mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
3 lines
105 B
SQL
3 lines
105 B
SQL
ALTER TABLE `gameobject`
|
|
CHANGE COLUMN `spawntimesecs` `spawntimesecs` int(11) NOT NULL default '0';
|