diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-04 13:15:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-04 13:15:51 -0300 |
commit | 524ec91f16c4dfc034d9cd4b8d53a33f7149e014 (patch) | |
tree | 6ba1e8c9b7fe8337cf5d6c8cb55fbdbfdfad0c69 /npc/commands | |
parent | a184cd029043a9e396a4ed217c31d2bbfc153732 (diff) | |
download | serverdata-524ec91f16c4dfc034d9cd4b8d53a33f7149e014.tar.gz serverdata-524ec91f16c4dfc034d9cd4b8d53a33f7149e014.tar.bz2 serverdata-524ec91f16c4dfc034d9cd4b8d53a33f7149e014.tar.xz serverdata-524ec91f16c4dfc034d9cd4b8d53a33f7149e014.zip |
Fix special effect
Diffstat (limited to 'npc/commands')
-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: |