diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2025-04-09 10:26:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-09 10:26:34 +0200 |
commit | 261af197d8beac5c3afa7fc5d1cae6cf488d7ab6 (patch) | |
tree | 7aee3ec713d7a9cd0366fe67546fc0cf3542e289 | |
parent | 633a375d5ff490c236ae77c8b68ca337265c131d (diff) |
DB/Creature: Westfall Woodworkers are only humans
closes #30825
by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2025_04_08_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_04_08_05_world.sql b/sql/updates/world/3.3.5/2025_04_08_05_world.sql new file mode 100644 index 00000000000..db2a41dcef8 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_04_08_05_world.sql @@ -0,0 +1,2 @@ +-- Westfall Woodworkers are only humans +UPDATE `creature_model_info` SET `DisplayID_Other_Gender`=0 WHERE `DisplayID`=3264; |