1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

Merge pull request #504 from perize/develop

🀄 opcodes
This commit is contained in:
Mordred 2019-01-25 07:59:24 +01:00 committed by GitHub
commit 5be91a6b4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,6 +229,12 @@ namespace Sapphire::Network::Packets
IPCTYPE_UNK_320 = 0x0253, // updated 4.5 IPCTYPE_UNK_320 = 0x0253, // updated 4.5
IPCTYPE_UNK_322 = 0x0255, // updated 4.5 IPCTYPE_UNK_322 = 0x0255, // updated 4.5
MahjongTileDiscard = 0x02C1, // Other player discards a tile, chi(1)/pon(2)/kan(4)/ron(8) flags etc..
MahjongPlayersInfo = 0x02C2, // actor id, name, rating, stuff..
MahjongOpenGui = 0x02BC, // players must be spawned beforehand
MahjongNextRound = 0x02BD, // initial hands, # of riichi(???), winds, honba #, scores, seats and stuff..
MahjongTileTsumo = 0x02BE, // Other player tsumo(tile drawn)
}; };
/** /**