More sympathetic proc fixes

This commit is contained in:
KayenEQ
2015-03-24 07:13:22 -04:00
parent 340ed6c59d
commit 202c59eb48
4 changed files with 54 additions and 27 deletions
+2
View File
@@ -1063,6 +1063,8 @@ protected:
void PrintRoute();
virtual float GetSympatheticProcChances(uint16 spell_id, int16 ProcRateMod, int32 ItemProcRate = 0);
int16 GetSympatheticSpellProcRate(uint16 spell_id);
uint16 GetSympatheticSpellProcID(uint16 spell_id);
enum {MAX_PROCS = 4};
tProc PermaProcs[MAX_PROCS];