mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Merge commit 'origin/master' into 320
Conflicts: sql/updates/8098_01_characters_character_action.sql sql/updates/8098_02_mangos_playercreateinfo_action.sql src/game/Player.cpp src/game/Player.h src/game/SpellEffects.cpp src/shared/revision_nr.h
This commit is contained in:
commit
62327e7af0
4 changed files with 4 additions and 6 deletions
|
|
@ -5564,7 +5564,6 @@ ActionButton* Player::addActionButton(uint8 button, uint32 action, uint8 type)
|
|||
|
||||
// set data and update to CHANGED if not NEW
|
||||
ab.SetActionAndType(action,ActionButtonType(type));
|
||||
}
|
||||
|
||||
sLog.outDetail( "Player '%u' Added Action '%u' (type %u) to Button '%u'", GetGUIDLow(), action, uint32(type), button );
|
||||
return &ab;
|
||||
|
|
@ -20481,5 +20480,4 @@ void Player::SendDuelCountdown(uint32 counter)
|
|||
{
|
||||
WorldPacket data(SMSG_DUEL_COUNTDOWN, 4);
|
||||
data << uint32(counter); // seconds
|
||||
GetSession()->SendPacket(&data);
|
||||
}
|
||||
GetSession()->SendPacket(&data);
|
||||
Loading…
Add table
Add a link
Reference in a new issue