summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/game-server/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/state.cpp b/src/game-server/state.cpp
index e16a4e7..d2aaff4 100644
--- a/src/game-server/state.cpp
+++ b/src/game-server/state.cpp
@@ -229,7 +229,7 @@ static void informPlayer(MapComposite *map, Entity *p)
if (oflags & UPDATEFLAG_ABILITY_ON_BEING)
{
- MessageOut abilityMsg(GPMSG_BEING_ABILITY_POINT);
+ MessageOut abilityMsg(GPMSG_BEING_ABILITY_BEING);
abilityMsg.writeInt16(oid);
auto *abilityComponent = o->getComponent<AbilityComponent>();
abilityMsg.writeInt8(abilityComponent->getLastUsedAbilityId());