fix(DB/SAI): Resolve player name in Totem of Vark RP (#27212)
This commit is contained in:
parent
3875c9e67f
commit
6ce7b1b29c
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Reference in a new issue