m
catfix, Replaced: {{wowapitype}} → {{wowapitype}}<br>
mNo edit summary |
m (catfix, Replaced: {{wowapitype}} → {{wowapitype}}<br>) |
||
| Line 1: | Line 1: | ||
{{wowapitype}} | {{wowapitype}}<br> | ||
Handling player buffs and debuffs are a tad different than unit buffs/debuffs. [[API GetPlayerBuff|GetPlayerBuff(buffId, buffFilter)]] will return a value for buffIndex, which is used for all the player buff functions and GameTooltip:SetPlayerBuff(buffIndex). It is easy to get the two values confused because often they are the same. | Handling player buffs and debuffs are a tad different than unit buffs/debuffs. [[API GetPlayerBuff|GetPlayerBuff(buffId, buffFilter)]] will return a value for buffIndex, which is used for all the player buff functions and GameTooltip:SetPlayerBuff(buffIndex). It is easy to get the two values confused because often they are the same. | ||