mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01:00
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);
|