mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
fixed emitting con_xp_gained.
This commit is contained in:
parent
88d9093996
commit
f4a00e2876
@ -2788,7 +2788,7 @@ void Entity::con_xp_gained(int value) {
|
||||
ad->get_aura()->con_xp_gained(ad, value);
|
||||
}
|
||||
|
||||
emit_signal("con_level_up", this, value);
|
||||
emit_signal("con_xp_gained", this, value);
|
||||
}
|
||||
|
||||
void Entity::con_level_up(int value) {
|
||||
|
Loading…
Reference in New Issue
Block a user