Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#3926 closed defect (fixed)

[PATCH] Two little bugs in Petra.

Reported by: False Vision Owned by: mimo
Priority: Must Have Milestone: Alpha 21
Component: AI Keywords: patch
Cc: mimo Patch:

Description

I have found these two bugs:

  1. tradeManager.js Line 51 should be:
if (item.metadata.sea !== undefined) //.metadata was missing
  1. attackManager.js Line 385 should be:
gameState.getEnemyEntities(this.currentEnemyPlayer).length > 0) //.length was missing.

Sorry for not attaching a patch. I am not on SVN.

Change History (3)

comment:1 by sanderd17, 8 years ago

Cc: mimo added

comment:2 by mimo, 8 years ago

Owner: set to mimo
Resolution: fixed
Status: newclosed

In 18095:

fix petra typos reported by falseVision, fixes #3926

comment:3 by mimo, 8 years ago

Keywords: review removed

Thanks for the fix

Note: See TracTickets for help on using tickets.