MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / SetSpellDurationRaid

Method SetSpellDurationRaid

zone/lua_client.cpp:2869–2872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2867}
2868
2869void Lua_Client::SetSpellDurationRaid(int spell_id) {
2870 Lua_Safe_Call_Void();
2871 self->SetSpellDuration(spell_id, 0, -1, ApplySpellType::Raid);
2872}
2873
2874void Lua_Client::SetSpellDurationRaid(int spell_id, int duration) {
2875 Lua_Safe_Call_Void();

Callers

nothing calls this directly

Calls 1

SetSpellDurationMethod · 0.95

Tested by

no test coverage detected