From 340a901ec09f37f3257fd9d165df93eedbf8fe87 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 18 May 2019 03:34:20 +0200 Subject: [PATCH] DB/Gilneas: added some terrainswap data to chapter 1 creatures and added two missing sparring entries --- sql/updates/world/custom/custom_2019_05_18_01_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/custom/custom_2019_05_18_01_world.sql diff --git a/sql/updates/world/custom/custom_2019_05_18_01_world.sql b/sql/updates/world/custom/custom_2019_05_18_01_world.sql new file mode 100644 index 00000000000..d62df695c42 --- /dev/null +++ b/sql/updates/world/custom/custom_2019_05_18_01_world.sql @@ -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);