mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 07:21:48 +00:00
Merge pull request #146 from KayenEQ/AAupdates
Fix for AA stacking where first AA in series has only 1 rank.
This commit is contained in:
commit
b5ca3219a1
@ -1358,7 +1358,7 @@ void Client::SendAA(uint32 id, int seq) {
|
||||
|
||||
if (aa_stack){
|
||||
|
||||
if (saa->sof_current_level > 1 && value == 0)
|
||||
if (saa->sof_current_level >= 1 && value == 0)
|
||||
saa->current_level = saa->sof_current_level+1;
|
||||
|
||||
saa->max_level = saa->sof_max_level;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user