From a1c45588ca0569cd8b5a25005cac038542d2e30e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 20 Oct 2025 05:45:57 +0200 Subject: DB/Creature: Update Reese Langston Equipment closes #31385 by CraftedRO --- sql/updates/world/3.3.5/2025_10_20_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_10_20_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2025_10_20_01_world.sql b/sql/updates/world/3.3.5/2025_10_20_01_world.sql new file mode 100644 index 00000000000..45524e7b2cb --- /dev/null +++ b/sql/updates/world/3.3.5/2025_10_20_01_world.sql @@ -0,0 +1,2 @@ +-- Update Reese Langston Equipment +UPDATE `creature_equip_template` SET `ItemID2`=0, `VerifiedBuild`=12340 WHERE `CreatureID`=1327 AND `ID`=1; -- cgit v1.2.3