Ignore:
Timestamp:
Feb 12, 2014, 12:08:26 AM (10 years ago)
Author:
maron
Message:
  • Fixed: set user tag in user Profile.php
  • Added: translate game object with 2 lines (herbals)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/files/4.3.4/CzWoW/CzWoW.lua

    r784 r794  
    266266---------translate gameobject----------
    267267function GameObjectChange(this)
    268   if 1 == GameTooltip:NumLines() then
     268  if 1 == GameTooltip:NumLines() or 2 == GameTooltip:NumLines() then
    269269    if CZWOW_ObjectName_count > 0 then
    270270            if GameTooltipTextLeft1 then
Note: See TracChangeset for help on using the changeset viewer.