mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
5 lines
No EOL
143 B
Lua
5 lines
No EOL
143 B
Lua
function event_say(e)
|
|
if(e.message:findi("killusall")) then
|
|
e.self:CastSpell(17234,e.other:GetID(),0,1); -- Spell: Mark of Death II
|
|
end
|
|
end |