Correct misidentified OP_MarkNPC (RoF,SoD,SoF,UF) [skip ci]

This commit is contained in:
Michael Cook (mackal)
2014-10-14 17:20:19 -04:00
parent e53a91f5c3
commit c002f834d4
4 changed files with 12 additions and 5 deletions
+3 -2
View File
@@ -292,8 +292,10 @@ OP_LeadershipExpToggle=0x5033 # C
OP_LeadershipExpUpdate=0x074f # C
OP_PurchaseLeadershipAA=0x5f55 # C
OP_UpdateLeadershipAA=0x77ed # C
OP_MarkNPC=0x3ec7 # C
OP_MarkNPC=0x66bf
OP_MarkRaidNPC=0x3ec7 # C
OP_ClearNPCMarks=0x5c29 # C
OP_ClearRaidNPCMarks=0x2af4
OP_DoGroupLeadershipAbility=0x0068 # C
OP_GroupLeadershipAAUpdate=0x167b # C
OP_DelegateAbility=0x6e58 # C
@@ -658,5 +660,4 @@ OP_InitialHPUpdate=0x0000 #
OP_ItemRecastDelay=0x82d7
# unhandled
OP_ClearRaidNPCMarks=0x2af4
OP_ShieldGroup=0x23a1