mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 21:50:50 -04:00
1fc5c0d6d7
* Updated to 6731 and 680 --HG-- branch : trunk rename : 6721-676 => 6731-680
5 lines
271 B
SQL
5 lines
271 B
SQL
ALTER TABLE `quest_template` ADD COLUMN `Method` tinyint(3) unsigned NOT NULL default '2' AFTER `entry`;
|
|
DELETE FROM mangos_string WHERE entry IN (331);
|
|
INSERT INTO mangos_string VALUES
|
|
(331,'Extended item cost %u not exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|