TEsting database stats saves.

This commit is contained in:
2024-11-21 22:52:04 -05:00
parent 9d009d0feb
commit 322243abf4
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ public:
{
}
void OnCreateMap(Map* map) { }
void OnCreateMap(Map* /*map*/) { }
/**
* When a player enters the map check it needs to set up the instance data

View File

@@ -11,7 +11,7 @@ public:
MythicPlus_GlobalScript() : GlobalScript("MythicPlus_GlobalScript") { }
// This adds the mythic+ item scaling to the loot table for enemies
void OnBeforeDropAddItem(Player const* player, Loot& loot, bool /*canRate*/, uint16 /*lootMode*/, LootStoreItem* LootStoreItem, LootStore const& store) override {
void OnBeforeDropAddItem(Player const* player, Loot& /*loot*/, bool /*canRate*/, uint16 /*lootMode*/, LootStoreItem* LootStoreItem, LootStore const& store) override {
if(LootStoreItem->itemid == 0) {
return;