diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-09-25 01:43:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-25 01:43:42 +0200 |
commit | 6057f339229742476011a2ec046f327f08aac82c (patch) | |
tree | 1608e730526fc472f5df2a1ff5362442f2585d28 | |
parent | c1d7a85da37c40a000b82164ae7c4553109850f6 (diff) |
DB/Creature: Update Lady Hoteshem Equipment, SheathState and level
closes #31298
by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_09_25_01_world.sql | 4 |
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; |