mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Gilneas: added some sparring datas for Gilneas
This commit is contained in:
14
sql/updates/world/4.3.4/custom_2018_01_08_00_world.sql
Normal file
14
sql/updates/world/4.3.4/custom_2018_01_08_00_world.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
DELETE FROM `creature_sparring_template` WHERE `AttackerEntry` IN (34916, 34913, 34884, 35839, 35118, 35872, 35232, 50474, 50471);
|
||||
INSERT INTO `creature_sparring_template` (`AttackerEntry`, `VictimEntry`, `HealthLimitPct`) VALUES
|
||||
(34916, 34884, 90.0),
|
||||
(34913, 34884, 90.0),
|
||||
(34884, 34916, 90.0),
|
||||
(34884, 34913, 100.0),
|
||||
(35839, 35118, 90.0),
|
||||
(35872, 35118, 90.0),
|
||||
(35118, 35872, 100.0),
|
||||
(35118, 35839, 100.0),
|
||||
(35232, 35118, 90.0),
|
||||
(35118, 35232, 90.0),
|
||||
(50474, 50471, 90.0),
|
||||
(50471, 50474, 90.0);
|
||||
Reference in New Issue
Block a user