diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-14 07:57:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-14 07:57:26 +0300 |
commit | 98b3656057c66753144537daad8528750a45cc37 (patch) | |
tree | 383f6c507390eb709efa45b1663659a1ed620804 /npc | |
parent | b85f0af03f020ec620fbc40627d78e1f0ad75266 (diff) | |
download | serverdata-98b3656057c66753144537daad8528750a45cc37.tar.gz serverdata-98b3656057c66753144537daad8528750a45cc37.tar.bz2 serverdata-98b3656057c66753144537daad8528750a45cc37.tar.xz serverdata-98b3656057c66753144537daad8528750a45cc37.zip |
Disable wrong code in lloyd.txt
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-2-19/lloyd.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-19/lloyd.txt b/npc/001-2-19/lloyd.txt index 6cfd8bc3..4120c502 100644 --- a/npc/001-2-19/lloyd.txt +++ b/npc/001-2-19/lloyd.txt @@ -240,7 +240,7 @@ OnPCLoginEvent: BankVault += max(0, #MerchantBank); #MerchantBank = 0; } - if (getmap() ~= "*-3-*") - updateSpotlight(); +// if (getmap() ~= "*-3-*") +// updateSpotlight(); end; } |