Fixed compile.

This commit is contained in:
Relintai 2019-06-10 20:49:36 +02:00
parent ee5be20502
commit 69407a2506

View File

@ -195,13 +195,6 @@ void Entity::setc_spell_target(Node *p_target) {
emit_signal("ctarget_changed", _c_target);
}
int Entity::gets_target_guid() {
return _s_target_guid;
}
int Entity::gets_spell_cast_game_object_guid() {
return _s_spell_cast_game_object_guid;
}
Entity::Entity() {
_s_guid = 0;
_c_guid = 0;