From ec8fbce5212f338eede10809dad379e2576de414 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 13 Feb 2025 20:03:19 +0100 Subject: DB/Creature: Fix model for creature 6546 (Tabetha) closes #30687 by CraftedRO --- sql/updates/world/3.3.5/2025_02_13_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2025_02_13_05_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2025_02_13_05_world.sql b/sql/updates/world/3.3.5/2025_02_13_05_world.sql new file mode 100644 index 00000000000..67757d87139 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_02_13_05_world.sql @@ -0,0 +1,2 @@ +-- Fix model for creature 6546 (Tabetha) +UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID`=5375; -- cgit v1.2.3