| 111 | } |
| 112 | |
| 113 | bool Lua_Bot::ReloadBotOwnerDataBuckets() { |
| 114 | Lua_Safe_Call_Bool(); |
| 115 | return self->HasOwner() && self->LoadDataBucketsCache(); |
| 116 | } |
| 117 | |
| 118 | bool Lua_Bot::ReloadBotSpells() { |
| 119 | Lua_Safe_Call_Bool(); |
nothing calls this directly
no test coverage detected