Fixed typo, updated release

Fixed typo, updated release
This commit is contained in:
Jaysyn904 2023-09-25 16:41:50 -04:00
parent 3d140bf1f4
commit 53e5e45bfa
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -48,8 +48,8 @@ void main()
{
object oPC=GetEnteringObject();
AddJournalQuestEntry("xprules", 1, OBJECT_SELF, FALSE, FALSE, FALSE);
AddJournalQuestEntry("lvl_adj", 1, OBJECT_SELF, FALSE, FALSE, FALSE);
AddJournalQuestEntry("xprules", 1, oPC, FALSE, FALSE, FALSE);
AddJournalQuestEntry("lvl_adj", 1, oPC, FALSE, FALSE, FALSE);
DeleteLocalInt(oPC, "TalkedAdv");
DeleteLocalInt(oPC, "Duel");

Binary file not shown.