mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-21 15:17:10 -04:00
*Added some spell script targets
--HG-- branch : trunk
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN ('44807', '32307', '32314');
|
||||
INSERT INTO `spell_script_target` (`entry`,`type`,`targetEntry`) VALUES
|
||||
('44807', '1', '24850'),
|
||||
('44807', '1', '24892'),
|
||||
('32307', '2', '17146'),
|
||||
('32307', '2', '17147'),
|
||||
('32307', '2', '17148'),
|
||||
('32307', '2', '18658'),
|
||||
('32314', '2', '17138'),
|
||||
('32314', '2', '18037'),
|
||||
('32314', '2', '18064'),
|
||||
('32314', '2', '18065');
|
||||
Reference in New Issue
Block a user