Skip to content

Commit

Permalink
feat(constant): update directorstart for global server
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyupe committed May 11, 2021
1 parent 4bed52a commit 3df845c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cafe.Matcha/Constant/MatchaOpcode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ internal static class OpcodeStorage
{ 0x03d2, MatchaOpcode.CompanyAirshipStatus },
{ 0x0288, MatchaOpcode.CompanySubmersibleStatus },
{ 0x018f, MatchaOpcode.ContentFinderNotifyPop },
{ 0x01d8, MatchaOpcode.DirectorStart },
{ 0x0258, MatchaOpcode.DirectorStart },
{ 0x032b, MatchaOpcode.EventPlay },
{ 0x0252, MatchaOpcode.Examine },
{ 0x0085, MatchaOpcode.InitZone },
Expand Down
2 changes: 1 addition & 1 deletion utils/update-opcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const opcodes = [
},
{
key: 'DirectorStart',
global: parseInt('0x01d8', 16)
global: parseInt('0x0258', 16)
},
'EventPlay',
'Examine',
Expand Down

0 comments on commit 3df845c

Please sign in to comment.