- 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:
CuriousJorge 2022-02-17 02:49:59 -05:00
parent 9097e557ed
commit dc1458c52d
171 changed files with 271 additions and 1449 deletions

View file

@ -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;