More Updates to scripts.

This commit is contained in:
hondacrx
2023-10-15 15:17:44 -04:00
parent 50cda96b45
commit 73fd633065
7 changed files with 1010 additions and 520 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ namespace Game.Entities
Global.ScriptMgr.OnConversationCreate(this, creator);
}
bool Start()
public bool Start()
{
foreach (ConversationLine line in m_conversationData.Lines.GetValue())
{