Misc stuff

This commit is contained in:
John 2015-05-30 18:11:15 +03:00 committed by Loudrob
parent e3a76a4bbf
commit aeed161e9a
2 changed files with 1 additions and 3 deletions

View file

@ -401,8 +401,6 @@ class DistributedToon(DistributedPlayer.DistributedPlayer, Toon.Toon, Distribute
self.defaultShard = shard
def setDefaultZone(self, zoneId):
if zoneId >= 20000 and zoneId < 22000:
zoneId = zoneId + 2000
if ZoneUtil.getCanonicalHoodId(zoneId) == ToontownGlobals.FunnyFarm:
self.defaultZone = ToontownGlobals.ToontownCentral
return

View file

@ -208,7 +208,7 @@ MyEstate = 16000
GolfZone = 17000
PartyHood = 18000
HoodsAlwaysVisited = [17000, 18000]
DynamicZonesBegin = 22000
DynamicZonesBegin = 22001
DynamicZonesEnd = 1 << 20
cogDept2index = {'c': 0,
'l': 1,