[9846] Restore work of 44745 and rank/s

This commit is contained in:
Laise 2010-05-07 17:23:20 +03:00
parent 2846ea21f1
commit 4459f3a070
2 changed files with 2 additions and 1 deletions

View file

@ -6164,6 +6164,7 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
} }
else else
return; return;
break;
} }
switch(GetId()) switch(GetId())

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9845" #define REVISION_NR "9846"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__