Jump to content

Recommended Posts

Posted

What bug does the patch fix? What features does the patch add?

This fixes the bug introduced by [7901]

For which repository revision was the patch created?

7910

Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread.

no

Who has been writing this patch? Please include either forum user names or email addresses.

me.

Patch:

diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index b7e116e..3faabb2 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -10332,7 +10332,7 @@ void CharmInfo::InitPetActionBar()
        SetActionBar(i + 7,COMMAND_ATTACK - i,ACT_REACTION);
    }
    for(uint32 i = 0; i < 4; ++i)
-        SetActionBar(i,0,ACT_DISABLED);
+        SetActionBar(i+3,0,ACT_DISABLED);
}

void CharmInfo::InitEmptyActionBar()

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use