2025/12/01 Afternoon Update
Hotfix for broken chat issue (@Rakiov) Ollam's Lore skill should allow entry into Fochlucan Lyrist. Removed unneeded spells gained 2DA from Assassin.
This commit is contained in:
@@ -152,8 +152,7 @@ void main()
|
||||
}
|
||||
else
|
||||
{
|
||||
DeleteLocalInt(oPC, "RelevelConfirm");
|
||||
SetPCChatMessage();
|
||||
DeleteLocalInt(oPC, "RelevelConfirm");
|
||||
}
|
||||
if (firstWord == "/resetSpells")
|
||||
{
|
||||
@@ -175,7 +174,6 @@ void main()
|
||||
else
|
||||
{
|
||||
DeleteLocalInt(oPC, "ResetSpellsConfirm");
|
||||
SetPCChatMessage();
|
||||
}
|
||||
if(firstWord == "/pa")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user