From 6057f339229742476011a2ec046f327f08aac82c Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 25 Sep 2025 01:43:42 +0200 Subject: DB/Creature: Update Lady Hoteshem Equipment, SheathState and level closes #31298 by CraftedRO --- sql/updates/world/3.3.5/2025_09_25_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_09_25_01_world.sql diff --git a/sql/updates/world/3.3.5/2025_09_25_01_world.sql b/sql/updates/world/3.3.5/2025_09_25_01_world.sql new file mode 100644 index 00000000000..6fb666f82b0 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_09_25_01_world.sql @@ -0,0 +1,4 @@ +-- Update Lady Hoteshem Equipment, SheathState and level. +UPDATE `creature_equip_template` SET `ItemID1`=19981, `VerifiedBuild`=0 WHERE `CreatureID`=15008 AND `ID`=1; +UPDATE `creature_template_addon` SET `SheathState`=0 WHERE `entry`=15008; +UPDATE `creature_template` SET `minlevel`=61, `maxlevel`=61 WHERE `entry`=15008; -- cgit v1.2.3