mirror of
https://github.com/EQMacEmu/quests
synced 2026-08-21 00:23:04 -04:00
Merge pull request #7 from frogprogrammer/patch-3
Update Ghonic_Erharn.lua
This commit is contained in:
commit
774e5b7dbc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
function event_say(e)
|
||||
if(e.message:findi("hail")) then
|
||||
e.self:Say("May the passion of Erollisi Marr grow strong within your soul. We here in this Temple of Marr serve those who serve teh wills of Mithaniel and Erollisi Marr. If you require healing or curing, just let us know.");
|
||||
e.self:Say("May the passion of Erollisi Marr grow strong within your soul. We here in this Temple of Marr serve those who serve the wills of Mithaniel and Erollisi Marr. If you require healing or curing, just let us know.");
|
||||
elseif(e.message:findi("healing")) then
|
||||
e.self:Say("It is not my duty to see to the wounded. You must seek out Plur Etinu. He is in here somewhere.");
|
||||
end
|
||||
|
|
@ -9,4 +9,4 @@ end
|
|||
function event_trade(e)
|
||||
local item_lib = require("items");
|
||||
item_lib.return_items(e.self, e.other, e.trade)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue