mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 16:37:04 +00:00
[12736] Implemented reforge, also added missing part for HandleObjectUpdateFailedOpcode
This commit is contained in:
parent
22e906cea5
commit
3490f642cf
17 changed files with 464 additions and 14 deletions
|
|
@ -653,6 +653,7 @@ enum NPCFlags
|
|||
UNIT_NPC_FLAG_GUILD_BANKER = 0x00800000, // cause client to send 997 opcode
|
||||
UNIT_NPC_FLAG_SPELLCLICK = 0x01000000, // cause client to send 1015 opcode (spell click), dynamic, set at loading and don't must be set in DB
|
||||
UNIT_NPC_FLAG_PLAYER_VEHICLE = 0x02000000, // players with mounts that have vehicle data should have it set
|
||||
UNIT_NPC_FLAG_REFORGER = 0x08000000, // reforging
|
||||
};
|
||||
|
||||
// used in most movement packets (send and received), 30 bits in client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue