- 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

@ -13,7 +13,7 @@ function onBeginLogin(player)
--player:AddQuest(110005);
player:SetHomePoint(1280061);
elseif (initialTown == 3 and player:HasQuest(110009) == false) then
--player:AddQuest(110009);
player:AddQuest(110009);
player:SetHomePoint(1280031);
end
@ -56,7 +56,7 @@ function onBeginLogin(player)
player.positionY = 196.0;
player.positionZ = 133.6561;
player.rotation = -2.849384;
player:GetQuest(110009):ClearClearData();
player:GetQuest(110009):ClearData();
end
end