Download
(6Kb)
Download
Updated: 05-24-09 03:13 PM
Patch for:
EventEquip.
Pictures
File Info
Updated:05-24-09 03:13 PM
Created:05-24-09 02:16 PM
Downloads:2,042
Favorites:3
MD5:

EventEquip

Version: 0.4.1p2
by: Macniel [More]

Information
This file is a patch for Seerah's Eventequip that allows users with non english-clients to use EventEquip.

Diff.
between the original code and this patch are the following lines:

Code:
156: if spell == "Activate Primary Spec"
158: elseif spell == "Activate Secondary Spec"
Code:
156: if spell == (select(1, GetSpellInfo(63645)))
158: elseif spell == (select(1, GetSpellInfo(63644)))
Kudos
To Seerah and her efforts in the Equipment manager and EventEquip

Changes in p2
Changed the bugfix to a more performant version ( as p3lim suggested )
Post A Reply Comment Options
Unread 05-24-09, 04:17 PM  
DaemonSambe
A Kobold Labourer
 
DaemonSambe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 169
Uploads: 2
Grrrr. wrong forum post. Sorry, moving to the actual mod.
Last edited by DaemonSambe : 05-24-09 at 04:18 PM.
Report comment to moderator  
Reply With Quote
Unread 05-24-09, 03:14 PM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Originally posted by p3lim
select(1, API) is pointless, also, should be using locals not the function right inside the event script
Indeed you are right.
Report comment to moderator  
Reply With Quote
Unread 05-24-09, 02:45 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
select(1, API) is pointless, also, should be using locals not the function right inside the event script
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: