diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-08 10:24:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-08 10:24:54 -0300 |
commit | 193d88585b4ae642717a8c164bee54954699c5b6 (patch) | |
tree | a99ce414c36313836f5a9950e7b75b12a8c672f7 /npc/commands/debug-quest.txt | |
parent | af2013ed1e81d42ba149a23f3abd16a3c9b953b9 (diff) | |
download | serverdata-193d88585b4ae642717a8c164bee54954699c5b6.tar.gz serverdata-193d88585b4ae642717a8c164bee54954699c5b6.tar.bz2 serverdata-193d88585b4ae642717a8c164bee54954699c5b6.tar.xz serverdata-193d88585b4ae642717a8c164bee54954699c5b6.zip |
Effect is broken
Diffstat (limited to 'npc/commands/debug-quest.txt')
-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 e058e8598..86f0e46f5 100644 --- a/npc/commands/debug-quest.txt +++ b/npc/commands/debug-quest.txt @@ -74,8 +74,8 @@ OnSetq: setq2 .@q, atoi(.@atcmd_parameters$[2]); case 2: setq1 .@q, atoi(.@atcmd_parameters$[1]); - specialeffect 50, SELF, playerattached(); dispbottom l("Quest @@ modified by GM", getquestlink(.@q)); + specialeffect 50, SELF, playerattached(); break; default: dispbottom "setq called with invalid arguments (max. 4)"; |