Handler created for PerformActionMsg

This commit is contained in:
2024-03-27 13:41:58 -04:00
parent 507ec302e7
commit 17f18b83f4
3 changed files with 34 additions and 8 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ public enum Protocol {
PLACEASSET(0x940962DF, PlaceAssetMsg.class, PlaceAssetMsgHandler.class),
PLAYERDATA(0xB206D352, SendOwnPlayerMsg.class, null), //Enter World, Own Player Data
PLAYERFRIENDS(0xDDEF9E7D, FriendRequestMsg.class, FriendRequestHandler.class),
POWER(0x3C97A459, PerformActionMsg.class, null), // REQ / CMD Perform Action
POWER(0x3C97A459, PerformActionMsg.class, PerformActionMsgHandler.class), // REQ / CMD Perform Action
POWERACTION(0xA0B27EEB, ApplyEffectMsg.class, null), // Apply Effect, add to effects icons
POWERACTIONDD(0xD43052F8, ModifyHealthMsg.class, null), //Modify Health/Mana/Stamina using power
POWERACTIONDDDIE(0xC27D446B, null, null), //Modify Health/Mana/Stamina using power and kill target