mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-21 20:27:47 +00:00
No longer need to do this as 0x131 is handled. Was crashing retainer.
This commit is contained in:
parent
880b1f3066
commit
a19517cce4
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@ function init(npc)
|
||||||
return false, false, 0, 0;
|
return false, false, 0, 0;
|
||||||
end
|
end
|
||||||
|
|
||||||
function onSpawn(player, npc)
|
|
||||||
npc:SendFullRetainerInventory(player);
|
|
||||||
end
|
|
||||||
|
|
||||||
function onEventStarted(player, retainer, triggerName)
|
function onEventStarted(player, retainer, triggerName)
|
||||||
|
|
||||||
while (true) do
|
while (true) do
|
||||||
|
|
Loading…
Add table
Reference in a new issue