source: aowow/tools/sql/instances.sql

Last change on this file was 170, checked in by maron, 16 years ago
File size: 1.6 KB
Line 
1-- Alterac Valley
2UPDATE aowow_zones SET areatableID=2597 WHERE mapID=30;
3
4-- Shadowfang Keep
5UPDATE aowow_zones SET areatableID=209 WHERE mapID=33;
6
7-- Deadmines
8UPDATE aowow_zones SET areatableID=1581 WHERE mapID=36;
9
10-- Razorfen Kraul
11UPDATE aowow_zones SET areatableID=491 WHERE mapID=47;
12
13-- Razorfen Downs
14UPDATE aowow_zones SET areatableID=722 WHERE mapID=129;
15
16-- Emerald Dream
17-- UPDATE aowow_zones SET areatableID=111 WHERE mapID=169;
18
19-- Scarlet Monastery
20UPDATE aowow_zones SET areatableID=796 WHERE mapID=189;
21
22-- Zul'Farrak
23UPDATE aowow_zones SET areatableID=978 WHERE mapID=209;
24
25-- Opening of the Dark Portal
26UPDATE aowow_zones SET areatableID=111 WHERE mapID=269;
27
28-- Scholomance
29UPDATE aowow_zones SET areatableID=2057 WHERE mapID=289;
30
31-- Zul'Gurub
32UPDATE aowow_zones SET areatableID=19 WHERE mapID=309;
33
34-- Stratholme
35UPDATE aowow_zones SET areatableID=2017 WHERE mapID=329;
36
37-- Tempest Keep
38UPDATE aowow_zones SET areatableID=3842 WHERE mapID=550;
39
40-- Nagrand Arena
41UPDATE aowow_zones SET areatableID=3698 WHERE mapID=559;
42
43-- Black Temple
44UPDATE aowow_zones SET areatableID=3959 WHERE mapID=564;
45
46-- Eye of the Storm
47UPDATE aowow_zones SET areatableID=3820 WHERE mapID=566;
48
49-- Zul'Aman
50UPDATE aowow_zones SET areatableID=3805 WHERE mapID=568;
51
52-- Ruins of Lordaeron
53UPDATE aowow_zones SET areatableID=3968 WHERE mapID=572;
54
55-- The Sunwell
56UPDATE aowow_zones SET areatableID=4075 WHERE mapID=580;
57
58-- Magister's Terrace
59UPDATE aowow_zones SET areatableID=4095 WHERE mapID=585;
60
61
62-- Champions' Hall
63INSERT INTO aowow_zones(mapID, areatableID, name) VALUES (449, 2918, "Champions' Hall");
Note: See TracBrowser for help on using the repository browser.