Ignore:
Timestamp:
Nov 26, 2013, 1:16:51 PM (11 years ago)
Author:
maron
Message:
  • Added: Game Versions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/UpdateTrace.php

    r601 r604  
    26152615}
    26162616
     2617function UpdateTo601($Manager)
     2618{
     2619        $Manager->Execute("INSERT INTO  `ClientVersion` (`Id` ,`Version` ,`BuildNumber` ,`ReleaseDate` ,`Title` ,`Imported`)
     2620VALUES ( NULL ,  '5.2.0',  '16650',  '2013-03-05',  'The Thunder King',  0
     2621), ( NULL ,  '5.3.0',  '16977',  '2013-05-21',  'Escalation',  0
     2622), ( NULL ,  '5.4.0',  '17359',  '2013-09-10',  'Siege of Orgrimmar',  0 );");
     2623}
     2624
    26172625$Updates = array(
    26182626        498 => array('Revision' => 506, 'Function' => 'UpdateTo506'),
     
    26252633        567 => array('Revision' => 574, 'Function' => 'UpdateTo574'),
    26262634        574 => array('Revision' => 585, 'Function' => 'UpdateTo585'),
    2627         585 => array('Revision' => 600, 'Function' => 'UpdateTo600'),
     2635        585 => array('Revision' => 601, 'Function' => 'UpdateTo601'),
    26282636);
Note: See TracChangeset for help on using the changeset viewer.