diff --git a/toontown/toon/DistributedToonAI.py b/toontown/toon/DistributedToonAI.py index 66d76497..b0339dcc 100755 --- a/toontown/toon/DistributedToonAI.py +++ b/toontown/toon/DistributedToonAI.py @@ -96,7 +96,7 @@ class DistributedToonAI(DistributedPlayerAI.DistributedPlayerAI, DistributedSmoo self.fishingRod = 0 self.fishingTrophies = [] self.trackArray = [] - self.emoteAccess = [0] * 24 + self.emoteAccess = [0] * 27 self.maxMoney = 0 self.maxBankMoney = 0 self.bankMoney = 0