renaming, using bool instead of int

This commit is contained in:
Enno Rehling 2004-05-30 00:29:33 +00:00
parent be37935a5c
commit 8c605ae659
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ bind_unit(lua_State * L)
.def("set_racename", &unit_setracename)
.def("add_spell", &unit_addspell)
.def("remove_spell", &unit_removespell)
.property("circle", &unit_getmagic, &unit_setmagic)
.property("magic", &unit_getmagic, &unit_setmagic)
.property("aura", &unit_getaura, &unit_setaura)
.property("region", &unit_getregion, &unit_setregion)
.property("is_familiar", &unit_isfamiliar)