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

FYI, fixing the 'SpellEffect' compile error 5.4

regecksqt

New Member
Joined
Dec 19, 2010
Messages
49
Reaction score
4
I've noticed heaps of routines and bots are broken because `SpellEffect` got moved into another namespace. And since half these routines are copy pasta of each other, the fix is simple.

In the source files where `SpellEffect` (the class name, not the field name) is referenced, just add:

Code:
using Styx.WoWInternals.DBC;

to the imports section.
 
Back
Top