mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Scripts/Elwynn: updated all existing scripts to new scripting model, cleaned up older scripts and improved handlings accross the board
This commit is contained in:
4
sql/updates/world/custom/custom_2020_02_15_01_world.sql
Normal file
4
sql/updates/world/custom/custom_2020_02_15_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `creature_sparring_template` WHERE `CreatureID` IN (49871, 49869);
|
||||
INSERT INTO `creature_sparring_template` (`CreatureID`, `HealthLimitPct`) VALUES
|
||||
(49871, 85),
|
||||
(49869, 85);
|
||||
Reference in New Issue
Block a user