Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #101 from broderickhyman/update-2021-11-24
Browse files Browse the repository at this point in the history
new operation codes
  • Loading branch information
phendryx authored Nov 24, 2021
2 parents b9d0a58 + 6a3112a commit a86bc07
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 375 deletions.
5 changes: 2 additions & 3 deletions client/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const (
opGetAvailableTrialKeys
opGetShopTilesForCategory
opMove
opAttackStart
opCastStart
opCastCancel
opTerminateToggleSpell
Expand Down Expand Up @@ -92,9 +91,8 @@ const (
opFarmableFill
opTearDownConstructionSite
opCastleGateUse
opAuctionCreateOffer
opAuctionCreateRequest
opUnknown78
opAuctionCreateOffer
opAuctionGetOffers
opAuctionGetRequests
opAuctionBuyOffer
Expand Down Expand Up @@ -263,6 +261,7 @@ const (
opGoldMarketCreateBuyOrder
opGoldMarketGetInfos
opGoldMarketCancelOrder
opUnknown245
opUnknown246
opGoldMarketGetAverageInfo
opSiegeCampClaimStart
Expand Down
Loading

0 comments on commit a86bc07

Please sign in to comment.