mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[Experience] Add SetExp/SetAAExp lua mods (#4292)
This commit is contained in:
+1
-1
@@ -1386,7 +1386,7 @@ void QuestManager::changedeity(int deity_id) {
|
||||
void QuestManager::exp(int amt) {
|
||||
QuestManagerCurrentQuestVars();
|
||||
if (initiator)
|
||||
initiator->AddEXP(amt);
|
||||
initiator->AddEXP(ExpSource::Quest, amt);
|
||||
}
|
||||
|
||||
void QuestManager::level(int newlevel) {
|
||||
|
||||
Reference in New Issue
Block a user