mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 03:58:27 +00:00
[Feature] Implement OP_CashReward (#2307)
* Implement OP_CashReward Tit opcode needs verifying still, I think it's correct. Added Perl and lua client CashReward functions * Forgot AddMoneyToPP call somehow * Switch QuestManager::givecash to CashReward packet * Fix extra comma
This commit is contained in:
committed by
GitHub
parent
ce74ac9913
commit
139845f971
@@ -299,6 +299,7 @@ OP_Stun=0x55BF #Derision 2009
|
||||
OP_FindPersonRequest=0x07F0 #Derision 2009
|
||||
OP_FindPersonReply=0x7770 #Derision 2009
|
||||
OP_Sound=0x2B02 #Derision 2009
|
||||
OP_CashReward=0x5e80
|
||||
OP_PetBuffWindow=0x124A #Derision 2009
|
||||
OP_LevelAppearance=0x3EC8 #Derision 2009
|
||||
OP_Translocate=0x1F0F #Derision 2009
|
||||
|
||||
Reference in New Issue
Block a user