diff options
author | Nay <dnpd.dd@gmail.com> | 2012-02-15 12:19:43 +0000 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-02-15 12:19:43 +0000 |
commit | 9cd4b3a75ea12e3e4af21a67d1a79ec22c422f9c (patch) | |
tree | 387310e58066091b243e2bbbca07218cf28da4a2 | |
parent | a58c44bc89a53ca64c46fa7268bee827c5e01043 (diff) |
DB/Inns: Add missing areatrigger_tavern
Data from UDB, thanks Aokromes for gathering them.
Closes #4770
-rw-r--r-- | sql/updates/world/2012_02_15_01_world_areatrigger_tavern.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/2012_02_15_01_world_areatrigger_tavern.sql b/sql/updates/world/2012_02_15_01_world_areatrigger_tavern.sql new file mode 100644 index 00000000000..1c3d45dc490 --- /dev/null +++ b/sql/updates/world/2012_02_15_01_world_areatrigger_tavern.sql @@ -0,0 +1,13 @@ +DELETE FROM `areatrigger_tavern` WHERE `id` IN (98, 4109, 4300, 4378, 4380, 4498, 4608, 5314, 5315, 5316, 5317); +INSERT INTO `areatrigger_tavern` (`id`, `name`) VALUES +(98, 'Nesingwary''s Expedition'), +(4109, 'Tranquillen - Upper level Inn'), +(4300, 'Cenarion Refugee - Outside Inn'), +(4378, 'Stonebreaker Hold Inn'), +(4380, 'Falcon Watch Inn'), +(4498, 'Old Hillsbrad Foothills Inn'), +(4608, 'Sanctum Of The Stars - Upper level Inn'), +(5314, 'Wyrmrest Temple'), +(5315, 'Wyrmrest Temple'), +(5316, 'Wyrmrest Temple'), +(5317, 'Wyrmrest Temple'); |