mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 12:12:34 -04:00
Added some vehicleIDs and creature_template spells (by Xanadu and Mikebeck). Some fixes for proper sql format. --HG-- branch : trunk
11 lines
391 B
SQL
11 lines
391 B
SQL
DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5284,5285,5286,5287,4871,4872,4873,5108);
|
|
INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES
|
|
(5284, 'at_aldurthar_gate'),
|
|
(5285, 'at_aldurthar_gate'),
|
|
(5286, 'at_aldurthar_gate'),
|
|
(5287, 'at_aldurthar_gate'),
|
|
(4871, 'at_warsong_farms'),
|
|
(4872, 'at_warsong_farms'),
|
|
(4873, 'at_warsong_farms'),
|
|
(5108, 'at_stormwright_shelf');
|