| Age | Commit message (Collapse) | Author |
|
Core/Opcodes:
|
|
|
|
|
|
CMSG_AUCTION_SELL_ITEM
CMSG_AUCTION_PLACE_BID
CMSG_AUCTION_LIST_BIDDER_ITEMS
CMSG_AUCTION_REMOVE_ITEM
CMSG_AUCTION_REPLICATE_ITEMS
CMSG_AUCTION_LIST_PENDING_SALES
SMSG_AUCTION_LIST_ITEMS_RESULT
SMSG_AUCTION_LIST_OWNER_ITEMS_RESULT
SMSG_AUCTION_LIST_BIDDER_ITEMS_RESULT
CMSG_AUCTION_LIST_OWNER_ITEMS
CMSG_AUCTION_LIST_ITEMS
SMSG_AUCTION_LIST_PENDING_SALES_RESULT
SMSG_AUCTION_CLOSED_NOTIFICATION
SMSG_AUCTION_OWNER_BID_NOTIFICATION
SMSG_AUCTION_WON_NOTIFICATION
SMSG_AUCTION_OUTBID_NOTIFICATION
SMSG_AUCTION_REPLICATE_RESPONSE
SMSG_AUCTION_COMMAND_RESULT
|
|
|
|
|
|
* small cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
client request instead of sending it automatically during map change
|
|
"handlers" with status other than UNHANDLED or NEVER
|
|
SendInitialPacketsBeforeAddToMap and only send it when requested or when SPELL_AURA_MOD_SPELL_CATEGORY_COOLDOWN is added or removed
|
|
|
|
CMSG_AREA_SPIRIT_HEALER_QUEUE, CMSG_HEARTH_AND_RESURRECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Core/Packets: enable CMSG_SHOWING_CLOAK and CMSG_SHOWING_HELM
|
|
Someone probably forgot to re-enable them, as they do in fact work with the current opcode values. (Tested & confirmed)
|
|
|
|
9dbe55b3197dcab233e7aeadafbde3164cd1b37b
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* added all creatures and gameobjects
* there might be some double spawns, but they are intended, due to phasing a quest progress
* event with skyseeker is spawned only from Alliance side, can't be spawned from both sides, due to mobs are spawned from triggers and depend on selected quests (mobs are here just for DB devs who will script this event)
|
|
|
|
|
|
SMSG_ON_CANCEL_EXPECTED_RIDE_VEHICLE_AURA
* Implemented SMSG_MOVE_SET_VEHICLE_REC_ID and CMSG_MOVE_SET_VEHICLE_REC_ID_ACK
|
|
|
|
invisibility for gameobjects for quests
|
|
|