fix(DB/NPC): Blacksmith Goodman corrected position and emote (#23865)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
Co-authored-by: sogladev <sogladev@gmail.com>
Co-authored-by: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
blinkysc
2025-12-12 09:23:04 -05:00
committed by GitHub
parent 4b2c991302
commit 52dfa7b4f0

View File

@@ -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;