From 52dfa7b4f000d00b9c39f65139ba5d54a415c937 Mon Sep 17 00:00:00 2001 From: blinkysc <37940565+blinkysc@users.noreply.github.com> Date: Fri, 12 Dec 2025 09:23:04 -0500 Subject: [PATCH] fix(DB/NPC): Blacksmith Goodman corrected position and emote (#23865) Co-authored-by: blinkysc Co-authored-by: sogladev Co-authored-by: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> --- data/sql/updates/pending_db_world/rev_1763835169388121686.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1763835169388121686.sql diff --git a/data/sql/updates/pending_db_world/rev_1763835169388121686.sql b/data/sql/updates/pending_db_world/rev_1763835169388121686.sql new file mode 100644 index 000000000..b41e91695 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1763835169388121686.sql @@ -0,0 +1,3 @@ +-- Blacksmith Goodman emote state 173 plays hammering motion +UPDATE `creature` SET `position_x` = 2938.843, `position_y` = -333.74777, `position_z` = 114.74067, `orientation` = 0.645771801471710205, `VerifiedBuild` = 64481 WHERE `guid` = 104699 AND `id1` = 27234; +UPDATE `creature_addon` SET `emote` = 173 WHERE `guid` = 104699;