summaryrefslogtreecommitdiff
path: root/npc/commands/debug-quest.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-08-04 13:15:51 -0300
committerJesusaves <cpntb1@ymail.com>2018-08-04 13:15:51 -0300
commit524ec91f16c4dfc034d9cd4b8d53a33f7149e014 (patch)
tree6ba1e8c9b7fe8337cf5d6c8cb55fbdbfdfad0c69 /npc/commands/debug-quest.txt
parenta184cd029043a9e396a4ed217c31d2bbfc153732 (diff)
downloadserverdata-524ec91f16c4dfc034d9cd4b8d53a33f7149e014.tar.gz
serverdata-524ec91f16c4dfc034d9cd4b8d53a33f7149e014.tar.bz2
serverdata-524ec91f16c4dfc034d9cd4b8d53a33f7149e014.tar.xz
serverdata-524ec91f16c4dfc034d9cd4b8d53a33f7149e014.zip
Fix special effect
Diffstat (limited to 'npc/commands/debug-quest.txt')
-rw-r--r--npc/commands/debug-quest.txt2
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: