diff options
| author | Drahy <none@none> | 2009-02-05 02:09:23 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-02-05 02:09:23 +0100 |
| commit | 3c7c36729c37620f2629e52b71c0bf4d1af985d2 (patch) | |
| tree | 0d7fe73a9b8dfc53b30052be524af677088caa33 /sql/updates/842_world.sql | |
| parent | 83b89090981315cd4240d0dc75f8920834542151 (diff) | |
* 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
Diffstat (limited to 'sql/updates/842_world.sql')
| -rw-r--r-- | sql/updates/842_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/842_world.sql b/sql/updates/842_world.sql index 953dff584a0..cf017877b5e 100644 --- a/sql/updates/842_world.sql +++ b/sql/updates/842_world.sql @@ -2,4 +2,4 @@ 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;
\ No newline at end of file +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;
\ No newline at end of file |
