diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-09-23 21:13:17 +0300 |
---|---|---|
committer | Joseph Botosh <rumly111@gmail.com> | 2015-09-23 21:13:17 +0300 |
commit | f230dfa1357860c7785f3987c7be88ef444ede5c (patch) | |
tree | 54c0134cb63a3bb75864ab70637e774e4b6d2322 | |
parent | 50de24ec401587525f3a4c04eb61059dc051f67e (diff) | |
download | serverdata-f230dfa1357860c7785f3987c7be88ef444ede5c.tar.gz serverdata-f230dfa1357860c7785f3987c7be88ef444ede5c.tar.bz2 serverdata-f230dfa1357860c7785f3987c7be88ef444ede5c.tar.xz serverdata-f230dfa1357860c7785f3987c7be88ef444ede5c.zip |
remove debug message in flyingpiou script
-rw-r--r-- | npc/001-1/flyingpiou.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/npc/001-1/flyingpiou.txt b/npc/001-1/flyingpiou.txt index bd665902..8e58dd6d 100644 --- a/npc/001-1/flyingpiou.txt +++ b/npc/001-1/flyingpiou.txt @@ -94,10 +94,6 @@ function script ArtisFlyingPiouLogic { } end; -OnPCLogoutEvent: - debugmes strnpcinfo(0) + "::OnPCLogoutEvent"; - end; - OnHour00: .LastTimeTouched = 0; end; |