diff options
author | offl <offl@users.noreply.github.com> | 2022-11-05 21:20:39 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-01-12 22:55:17 +0100 |
commit | 3a939f355db90a39daa277cfe07a1399fac93353 (patch) | |
tree | 9ecae566cf227a78fc643eb73a4c81df5a6bb84f | |
parent | 48f5d710460863e3e0079596c5d7bf3b03ffd41d (diff) |
DB/Quest: I'm Smelting... Smelting!
Closes #27994
(cherry picked from commit 0ce55c6be86a446f045a1562490b454a875283ad)
-rw-r--r-- | sql/updates/world/master/2023_01_12_24_world_2022_11_05_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_12_24_world_2022_11_05_03_world.sql b/sql/updates/world/master/2023_01_12_24_world_2022_11_05_03_world.sql new file mode 100644 index 00000000000..23553ce2d45 --- /dev/null +++ b/sql/updates/world/master/2023_01_12_24_world_2022_11_05_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `phaseGroup` = 396 WHERE `id` = 193004; |