[Feature] Add Support for Tradeskill Recipe Inspect (#4648)

* [Feature] Add Support for Tradeskill Recipe Inspect

* Push

* Update client_packet.cpp
This commit is contained in:
Alex King
2025-02-06 00:10:16 -05:00
committed by GitHub
parent 7021602bf4
commit 5cebc42f89
8 changed files with 54 additions and 3 deletions
+3 -1
View File
@@ -736,6 +736,8 @@ OP_PickZone=0xaaba
#evolve item related
OP_EvolveItem=0x7cfb
OP_TradeSkillRecipeInspect=0x4f7e
# This is bugged in ROF2
# OP_InvokeChangePetNameImmediate is supposed to write DisablePetNameChangeReminder=0 to reset the 'nag reminder'
# It actually sets DisableNameChangeReminder=0 (player name change nag reminder). Additionally, clicking the
@@ -743,4 +745,4 @@ OP_EvolveItem=0x7cfb
# This can be fixed with a client patch.
OP_InvokeChangePetNameImmediate=0x046d
OP_InvokeChangePetName=0x4506
OP_ChangePetName=0x5dab
OP_ChangePetName=0x5dab