Ticket #337 (closed task: fixed)

Opened 17 months ago

Last modified 14 months ago

Typo!

Reported by: CanineInstincts Owned by: eevee
Priority: trivial Component: pokedex
Keywords: typo Cc:
Difficulty: quickie

Description

quote from the zap cannon entry: "TM07 (¥), location: given to you by Power Plant owner after reconvering Machine Part"

Attachments

Change History

Changed 14 months ago by encukou@…

-- Check
SELECT * FROM machines WHERE id=7 AND generation=1;
-- Fix
UPDATE machines SET location='given to you by Power Plant owner after recovering Machine Part' WHERE id=7 AND generation=1;

Changed 14 months ago by eevee

  • status changed from new to closed
  • resolution set to fixed

Fixed me in r461.

Add/Change #337 (Typo!)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.