mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Add handling for areatriggers at Area 52 entances.
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user