| 2867 | } |
| 2868 | |
| 2869 | void Lua_Client::SetSpellDurationRaid(int spell_id) { |
| 2870 | Lua_Safe_Call_Void(); |
| 2871 | self->SetSpellDuration(spell_id, 0, -1, ApplySpellType::Raid); |
| 2872 | } |
| 2873 | |
| 2874 | void Lua_Client::SetSpellDurationRaid(int spell_id, int duration) { |
| 2875 | Lua_Safe_Call_Void(); |
nothing calls this directly
no test coverage detected