diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-06 17:21:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-06 17:21:25 -0300 |
commit | a3dbadcf2135c9bead3ada6aa2b9c3d5487658ea (patch) | |
tree | 80e7183fa5cdba094467b36758cf1ebe756eb4a0 /npc/015-8-1/puzzle.txt | |
parent | 9ccd9e1c2b7539a89d9df523f1bbfe800eb2dd21 (diff) | |
download | serverdata-a3dbadcf2135c9bead3ada6aa2b9c3d5487658ea.tar.gz serverdata-a3dbadcf2135c9bead3ada6aa2b9c3d5487658ea.tar.bz2 serverdata-a3dbadcf2135c9bead3ada6aa2b9c3d5487658ea.tar.xz serverdata-a3dbadcf2135c9bead3ada6aa2b9c3d5487658ea.zip |
Use clientcommand(); to aid in Sagratha Campaign, bugfixes
Diffstat (limited to 'npc/015-8-1/puzzle.txt')
-rw-r--r-- | npc/015-8-1/puzzle.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-8-1/puzzle.txt b/npc/015-8-1/puzzle.txt index 7d556ccd6..f472cdf0c 100644 --- a/npc/015-8-1/puzzle.txt +++ b/npc/015-8-1/puzzle.txt @@ -41,7 +41,7 @@ OnTouch: OnTimer10000: stopnpctimer; setnpctimer 0; - setnpcdisplay .name$, NPC_TRAP; + setnpcdisplay instance_npcname(.name$), NPC_TRAP; end; |