Ignore:
Timestamp:
Jan 9, 2014, 6:21:21 PM (10 years ago)
Author:
maron
Message:
  • Fixed: loadnames in spells
File:
1 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());
Note: See TracChangeset for help on using the changeset viewer.