diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-07 21:26:03 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-07 21:26:03 +0100 |
commit | 137395b992709248896fe66888778fe26169c1dc (patch) | |
tree | f39fe74bcec88d3539f70c6a14b87e7312e1e5cd /npc/002-3 | |
parent | 4f0a7b1b3563d56c5523fb284e1358ba5583d14c (diff) | |
download | serverdata-137395b992709248896fe66888778fe26169c1dc.tar.gz serverdata-137395b992709248896fe66888778fe26169c1dc.tar.bz2 serverdata-137395b992709248896fe66888778fe26169c1dc.tar.xz serverdata-137395b992709248896fe66888778fe26169c1dc.zip |
fix zeny exploits
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/billybons.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-3/billybons.txt b/npc/002-3/billybons.txt index 6338f0406..33400049e 100644 --- a/npc/002-3/billybons.txt +++ b/npc/002-3/billybons.txt @@ -4,7 +4,7 @@ // Description: // Drunk easteregg telling about the player's past. -002-3,20,23,0 script Billy Bons NPC_BILLY_BONS,{ +002-3,20,23,0 script Billy Bons#TMW2 NPC_BILLY_BONS,{ if (rand(5) == 2) goto L_Hic; .@q = getq(ShipQuests_Bottle); if (.@q) == 1 close; |