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

Commit a86bc07

Browse files
authored
Merge pull request #101 from broderickhyman/update-2021-11-24
new operation codes
2 parents b9d0a58 + 6a3112a commit a86bc07

File tree

2 files changed

+373
-375
lines changed

2 files changed

+373
-375
lines changed

client/operations.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const (
3838
opGetAvailableTrialKeys
3939
opGetShopTilesForCategory
4040
opMove
41-
opAttackStart
4241
opCastStart
4342
opCastCancel
4443
opTerminateToggleSpell
@@ -92,9 +91,8 @@ const (
9291
opFarmableFill
9392
opTearDownConstructionSite
9493
opCastleGateUse
95-
opAuctionCreateOffer
9694
opAuctionCreateRequest
97-
opUnknown78
95+
opAuctionCreateOffer
9896
opAuctionGetOffers
9997
opAuctionGetRequests
10098
opAuctionBuyOffer
@@ -263,6 +261,7 @@ const (
263261
opGoldMarketCreateBuyOrder
264262
opGoldMarketGetInfos
265263
opGoldMarketCancelOrder
264+
opUnknown245
266265
opUnknown246
267266
opGoldMarketGetAverageInfo
268267
opSiegeCampClaimStart

0 commit comments

Comments
 (0)