fix(DB/SAI): Resolve player name in Totem of Vark RP (#27212)

This commit is contained in:
moostigre 2026-08-20 20:54:14 +02:00 committed by GitHub
parent 3875c9e67f
commit 6ce7b1b29c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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