mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
- Player.lua - Fixed typo on ClearData() for Ul'dah intro
- DftSea - 96% finished - DftWil - minor comment addition - EmoteStandardCommand - Added the new event params so the script functions again - Mass deletion of all PplStd & PplShopSalesman for La Noscea NPCs. No longer needed
This commit is contained in:
parent
9097e557ed
commit
dc1458c52d
171 changed files with 271 additions and 1449 deletions
|
@ -66,7 +66,7 @@ emoteTable = {
|
|||
};
|
||||
|
||||
|
||||
function onEventStarted(player, actor, triggerName, emoteId, showText, arg2, arg3, targetId)
|
||||
function onEventStarted(player, actor, eventType, eventName, emoteId, showText, arg2, arg3, targetId)
|
||||
|
||||
if (targetId == nil) then
|
||||
targetId = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue