google-code-export / game-golem

Automatically exported from code.google.com/p/game-golem
0 stars 0 forks source link

Type Error in Quests #299

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just noticed the following error in the console logs. Not sure what exactly it 
affects as quests seem to be performed correctly.

[r1087] [01:57:43] Queue->Quest: Performing - Cross Lava River (energy: 28)
[r1087] [01:57:43]: TypeError: Cannot read property 'id' of undefined
->Queue._update({"type":"reminder","self":true,"id":"run","worker":"Queue"},"run
")
  ->Queue.update({"type":"reminder","self":true,"id":"run","worker":"[worker Queue]"},["[object Object]"])
    ->Quest._work(true)
      ->Quest.work(true)

chrome-extension://onfncfheocnidgnejgnlcnfiifoidemg/worker_+debug.js:136

Original issue reported on code.google.com by alozovik on 16 Apr 2011 at 6:18

GoogleCodeExporter commented 9 years ago
Fixed in recent version 1092.

Original comment by 0Artifi...@gmail.com on 5 May 2011 at 7:17

GoogleCodeExporter commented 9 years ago
yep, i can confirm it's fixed in r1094

Original comment by alozovik on 5 May 2011 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by RycochetTM on 5 May 2011 at 4:52