DB/Gilneas: added some terrainswap data to chapter 1 creatures and added two missing sparring entries

This commit is contained in:
Ovahlord
2019-05-18 03:34:20 +02:00
parent f746940f33
commit 340a901ec0

View File

@@ -0,0 +1,6 @@
DELETE FROM `creature_sparring_template` WHERE `CreatureID` IN (50471, 50474);
INSERT INTO `creature_sparring_template` (`CreatureID`, `HealthLimitPct`) VALUES
(50471, 85.0),
(50474, 85.0);
UPDATE `creature` SET `terrainSwapMap`= 638 WHERE `id` IN (35229, 36057, 35317);