aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2025_09_25_01_world.sql4
1 files changed, 4 insertions, 0 deletions
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;