Files
TCPlayerbotCore/sql/updates/2.4.3_updates/780_characters.sql
T
2009-06-18 19:31:55 +02:00

3 lines
147 B
SQL

ALTER TABLE `gm_tickets` CHANGE `guid` `guid` int(10) NOT NULL AUTO_INCREMENT;
ALTER TABLE `gm_tickets` CHANGE `closed` `closed` int(10) NOT NULL;