Files
TCPlayerbotCore/sql/updates/780_characters.sql
T

2 lines
146 B
SQL
Raw Normal View History

2009-01-04 19:34:15 +01:00
ALTER TABLE `gm_tickets` CHANGE `guid` `guid` int(10) NOT NULL AUTO_INCREMENT;
ALTER TABLE `gm_tickets` CHANGE `closed` `closed` int(10) NOT NULL;