mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Forgot a nil in the "send game message" params, otherwise wrong overload is run.
This commit is contained in:
parent
8c07e3f549
commit
c6307dde35
@ -14,7 +14,7 @@ to hit some ID, add "nils".
|
|||||||
local function handleAdventurersGuild(player)
|
local function handleAdventurersGuild(player)
|
||||||
if (player:HasQuest(110006) == true) then
|
if (player:HasQuest(110006) == true) then
|
||||||
local man0g1Quest = player:GetQuest("Man0g1");
|
local man0g1Quest = player:GetQuest("Man0g1");
|
||||||
player:SendGameMessage(man0g1Quest, 330, 39, 1300018);
|
player:SendGameMessage(man0g1Quest, 330, 39, 1300018, nil);
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user