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:
Ovahlord
2020-02-15 22:47:30 +01:00
parent d85348576d
commit 05cbdf56b7
2 changed files with 264 additions and 340 deletions

View 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);