Add handling for areatriggers at Area 52 entances.

This commit is contained in:
Malcrom
2012-03-04 16:44:27 -03:30
parent 517f64b518
commit 45ef7dbfcb
2 changed files with 43 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
-- Add Area trigger scripts
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (4422,4466,4471,4472);
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
(4422,'at_area_52_entrance'),
(4466,'at_area_52_entrance'),
(4471,'at_area_52_entrance'),
(4472,'at_area_52_entrance');