vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | -- |
2 | -- Post-localization processing |
||
3 | -- |
||
4 | if (not INVTYPE_WAND) then INVTYPE_WAND = EQUIPCOMPARE_INVTYPE_WAND end; |
||
5 | if (not INVTYPE_GUN) then INVTYPE_GUN = EQUIPCOMPARE_INVTYPE_GUN end; |
||
6 | if (not INVTYPE_GUNPROJECTILE) then INVTYPE_GUNPROJECTILE = EQUIPCOMPARE_INVTYPE_GUNPROJECTILE end; |
||
7 | if (not INVTYPE_BOWPROJECTILE) then INVTYPE_BOWPROJECTILE = EQUIPCOMPARE_INVTYPE_BOWPROJECTILE end; |
||
8 | if (not INVTYPE_CROSSBOW) then INVTYPE_CROSSBOW = EQUIPCOMPARE_INVTYPE_CROSSBOW end; |
||
9 | if (not INVTYPE_THROWN) then INVTYPE_THROWN = EQUIPCOMPARE_INVTYPE_THROWN end; |