From 6ce7b1b29c270d36e43669982e48daf950d42f38 Mon Sep 17 00:00:00 2001 From: moostigre Date: Thu, 20 Aug 2026 20:54:14 +0200 Subject: [PATCH] fix(DB/SAI): Resolve player name in Totem of Vark RP (#27212) --- data/sql/updates/pending_db_world/rev_1787051624546656976.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1787051624546656976.sql diff --git a/data/sql/updates/pending_db_world/rev_1787051624546656976.sql b/data/sql/updates/pending_db_world/rev_1787051624546656976.sql new file mode 100644 index 000000000..291f722c0 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1787051624546656976.sql @@ -0,0 +1,2 @@ +-- Stillpine Ancestor Vark must address the player so that $n is resolved. +UPDATE `smart_scripts` SET `target_type` = 7 WHERE `entryorguid` = 1741000 AND `source_type` = 9 AND `id` = 4;