mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
7 lines
No EOL
164 B
Lua
7 lines
No EOL
164 B
Lua
function event_spawn(e)
|
|
if(not eq.is_the_shadows_of_luclin_enabled()) then
|
|
e.self:SetBaseHP(3000);
|
|
e.self:SetMinDamage(21);
|
|
e.self:SetMaxDamage(67);
|
|
end
|
|
end |