diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-23 11:00:00 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-06-24 13:24:44 -0400 |
commit | 9c80735ee437f90b2baefbbfcdf6c5829234c908 (patch) | |
tree | 01a728f52b59345822be6ac7b1403d6e78c67311 /world/map/npc/002-1/itka.txt | |
parent | ab76e47e3f090b29aaba2ec4579e2431a4465d12 (diff) | |
download | serverdata-9c80735ee437f90b2baefbbfcdf6c5829234c908.tar.gz serverdata-9c80735ee437f90b2baefbbfcdf6c5829234c908.tar.bz2 serverdata-9c80735ee437f90b2baefbbfcdf6c5829234c908.tar.xz serverdata-9c80735ee437f90b2baefbbfcdf6c5829234c908.zip |
allow to specify emitter and receiver in npctalk
Diffstat (limited to 'world/map/npc/002-1/itka.txt')
-rw-r--r-- | world/map/npc/002-1/itka.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/002-1/itka.txt b/world/map/npc/002-1/itka.txt index 54c4a572..3cc8457f 100644 --- a/world/map/npc/002-1/itka.txt +++ b/world/map/npc/002-1/itka.txt @@ -10,7 +10,7 @@ close; OnTimer300000: - npctalk "Come to The Wizard's Rest!"; + npctalk strnpcinfo(0), "Come to The Wizard's Rest!"; setnpctimer 0; end; |