Changes IsSeaCreature to SeaCreature

This was SVN commit r10351.
This commit is contained in:
James Baillie 2011-09-30 21:05:26 +00:00
parent df6cf0c5e8
commit 47c9f6ca2d

View File

@ -478,7 +478,7 @@ var EconomyManager = Class({
if (supply.entity.isUnhuntable())
return;
// And don't go for the bloody fish!
if (supply.entity.hasClass("IsSeaCreature"))
if (supply.entity.hasClass("SeaCreature"))
return;
var distcheck = 1000000;