Files
TrinityCore/sql/updates/842_world.sql
Drahy 3c7c36729c * Finally got all of the sql updates together and also changed their format
* Updated world_scripts_full.sql to rev 973 (complete 2.4.3)
* Now I am starting 3.0.x sqls

--HG--
branch : trunk
2009-02-05 02:09:23 +01:00

5 lines
421 B
SQL

ALTER TABLE `areatrigger_teleport`
ADD `heroic_required_quest_done` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `heroic_key2`,
ADD `heroic_required_failed_quest_text` TEXT NULL DEFAULT NULL AFTER `heroic_required_quest_done`;
UPDATE `areatrigger_teleport` SET `heroic_required_quest_done`=11492, `heroic_required_failed_quest_text`='Heroic Difficulty requires completion of the "Hard to Kill" quest.' WHERE `id`=4887;