diff options
-rw-r--r-- | npc/commands/debug-quest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug-quest.txt b/npc/commands/debug-quest.txt index 335dacaa3..e058e8598 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -74,7 +74,7 @@ OnSetq: setq2 .@q, atoi(.@atcmd_parameters$[2]); case 2: setq1 .@q, atoi(.@atcmd_parameters$[1]); - specialeffect 50; + specialeffect 50, SELF, playerattached(); dispbottom l("Quest @@ modified by GM", getquestlink(.@q)); break; default: |