From 1f176a3afb2ec856221f6277ef84e7bdd8cd554d Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Thu, 27 Nov 2025 22:01:48 +0000 Subject: [PATCH] fix(DB/Gameobject): Everfrost Chip nows is seen by all possible phases used in Northrend (#23934) --- data/sql/updates/pending_db_world/rev_1764259201755392600.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1764259201755392600.sql diff --git a/data/sql/updates/pending_db_world/rev_1764259201755392600.sql b/data/sql/updates/pending_db_world/rev_1764259201755392600.sql new file mode 100644 index 000000000..4cad288a0 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1764259201755392600.sql @@ -0,0 +1,2 @@ +-- Following the same rule as the herbs, ores and fishing for the everfrost to be visible by all possible, they all use phase 255. +UPDATE `gameobject` SET `phaseMask` = 255 WHERE `id` = 193997;