mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* implemented https://github.com/TrinityCore/TrinityCore/commit/5ed77113b63 * fixed some engrish * fixed a typo in typecasting string searches
5 lines
193 B
SQL
5 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');
|