* implemented 5ed77113b6
* fixed some engrish
* fixed a typo in typecasting string searches
4 lines
193 B
SQL
4 lines
193 B
SQL
ALTER TABLE `aowow_quests`
|
|
ADD COLUMN `breadcrumbForQuestId` MEDIUMINT(8) NOT NULL DEFAULT '0' AFTER `nextQuestId`;
|
|
|
|
UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' quests');
|