More updates to scripts (still wont build)

This commit is contained in:
hondacrx
2023-10-13 16:11:34 -04:00
parent cda53c8e7f
commit 33091ed942
26 changed files with 4195 additions and 2894 deletions
+1 -1
View File
@@ -6669,7 +6669,7 @@ namespace Game.Entities
uint level = GetLevel();
ScriptMgr.OnGivePlayerXP(this, xp, victim);
ScriptMgr.OnGivePlayerXP(this, ref xp, victim);
// XP to money conversion processed in Player.RewardQuest
if (IsMaxLevel())