Changeset 744


Ignore:
Timestamp:
Jan 9, 2014, 6:21:21 PM (11 years ago)
Author:
maron
Message:
  • Fixed: loadnames in spells
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Translation/LoadNames.php

    r743 r744  
    7777                                        } else {
    7878                                        if(($GroupId == 13)) {
    79                                                 $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextItemSublass' => 'Name', 'TextCharacterRace' => 'Name1',),false);
     79                                                $names = GetTranslatNames($Text, 0, array('Dictionary' => 'Text', 'TextGlobalString' => 'Text', 'TextArea' => 'Name', 'TextItemSubClass' => 'Name', 'TextCharacterRace' => 'Name1',),false);
    8080            } else {
    8181                                                $names = GetTranslatNames($Text, 0, GetTranslatNamesArray());
  • trunk/includes/Version.php

    r743 r744  
    66// and system will need database update.
    77
    8 $Revision = 743; // Subversion revision
     8$Revision = 744; // Subversion revision
    99$DatabaseRevision = 732; // Database structure revision
    1010$ReleaseTime = '2014-01-08';
Note: See TracChangeset for help on using the changeset viewer.