diff options
Diffstat (limited to 'npc/custom/etc/lottery.txt')
-rw-r--r-- | npc/custom/etc/lottery.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/etc/lottery.txt b/npc/custom/etc/lottery.txt index 9d4c4df38..13d60ec2f 100644 --- a/npc/custom/etc/lottery.txt +++ b/npc/custom/etc/lottery.txt @@ -15,7 +15,7 @@ //= 1.2.1a fix due to new script engine //============================================================ -- script lotterygenerator -1,{ +- script lotterygenerator FAKE_NPC,{ OnInit: set $L_TicketPrice,4750; // TICKET COST set $L_Prize_Money,5000000; // JACKPOT AMOUNT |