mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
DB/Gilneas: added some terrainswap data to chapter 1 creatures and added two missing sparring entries
This commit is contained in:
6
sql/updates/world/custom/custom_2019_05_18_01_world.sql
Normal file
6
sql/updates/world/custom/custom_2019_05_18_01_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user