What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

WoW's 9th Anniversary Buff Plugin 9% more EXP

There's a little error in the code, that makes the plugin not buff the toon.

Line #44:
Code:
            if (!AnniversaryBuff() || anniversaryitem == null)
should be
Code:
            if (AnniversaryBuff() || anniversaryitem == null)
(without the NOT exclamation mark)

Thanks for that plugin, nomnomnom ;)
 
Back
Top