diff options
| -rw-r--r-- | data/sql/updates/db_world/2025_12_12_01.sql (renamed from data/sql/updates/pending_db_world/rev_1763768950108573762.sql) | 1 | ||||
| -rw-r--r-- | data/sql/updates/db_world/2025_12_12_02.sql | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1763768950108573762.sql b/data/sql/updates/db_world/2025_12_12_01.sql index ea4188dd31..6d06bc6c85 100644 --- a/data/sql/updates/pending_db_world/rev_1763768950108573762.sql +++ b/data/sql/updates/db_world/2025_12_12_01.sql @@ -1,2 +1,3 @@ +-- DB update 2025_12_12_00 -> 2025_12_12_01 -- UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 11298); diff --git a/data/sql/updates/db_world/2025_12_12_02.sql b/data/sql/updates/db_world/2025_12_12_02.sql new file mode 100644 index 0000000000..767f3bc4a0 --- /dev/null +++ b/data/sql/updates/db_world/2025_12_12_02.sql @@ -0,0 +1,4 @@ +-- DB update 2025_12_12_01 -> 2025_12_12_02 +-- 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; |
