Fixed typo, updated release
Fixed typo, updated release
This commit is contained in:
parent
3d140bf1f4
commit
53e5e45bfa
Binary file not shown.
Binary file not shown.
@ -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.
Loading…
x
Reference in New Issue
Block a user