Migrate from tslint to eslint (will tighten rules in further commits)
This commit is contained in:
@@ -139,7 +139,7 @@ export class GodUpdateRegionInfoMessage implements MessageBase
|
||||
} = {
|
||||
RegionFlagsExtended: Long.ZERO
|
||||
};
|
||||
newObjRegionInfo2['RegionFlagsExtended'] = new Long(buf.readInt32LE(pos), buf.readInt32LE(pos+4));
|
||||
newObjRegionInfo2['RegionFlagsExtended'] = new Long(buf.readInt32LE(pos), buf.readInt32LE(pos + 4));
|
||||
pos += 8;
|
||||
this.RegionInfo2.push(newObjRegionInfo2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user