forked from insider42/scriptdev2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathr134.sql
More file actions
15 lines (13 loc) · 1.06 KB
/
r134.sql
File metadata and controls
15 lines (13 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
UPDATE `instance_template` SET `script` = 'instance_molten_core' WHERE `map`= 409;
UPDATE `instance_template` SET `script` = 'instance_blackwing_lair' WHERE `map`= 469;
UPDATE `instance_template` SET `script` = 'instance_zulgurub' WHERE `map`= 309;
UPDATE `instance_template` SET `script` = 'instance_ruins_of_ahnqiraj' WHERE `map`= 509;
UPDATE `instance_template` SET `script` = 'instance_temple_of_ahnqiraj' WHERE `map`= 531;
UPDATE `instance_template` SET `script` = 'instance_naxxramas' WHERE `map`= 533;
UPDATE `instance_template` SET `script` = 'instance_karazhan' WHERE `map`= 532;
UPDATE `instance_template` SET `script` = 'instance_hyjal' WHERE `map`= 534;
UPDATE `instance_template` SET `script` = 'instance_gruuls_lair' WHERE `map`= 565;
UPDATE `instance_template` SET `script` = 'instance_magtheridons_lair' WHERE `map`= 544;
UPDATE `instance_template` SET `script` = 'instance_serpent_shrine' WHERE `map`= 548;
UPDATE `instance_template` SET `script` = 'instance_the_eye' WHERE `map`= 550;
UPDATE `instance_template` SET `script` = 'instance_black_temple' WHERE `map`= 564;