Skip to content

Commit

Permalink
Update mod_chromiecraft_smartstone_scripts.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Dec 10, 2024
1 parent 3c2576d commit 3da26da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mod_chromiecraft_smartstone_scripts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ class item_chromiecraft_smartstone : public ItemScript
void ProcessGossipAction(Player* player, uint32 action, Item* item)
{
auto pets = sSmartstone->Pets;
auto const& expireInfo = sSmartstone->ServiceExpireInfo.find(player->GetGUID().GetCounter());

uint8 subscriptionLevel = player->IsGameMaster() ? 3
: player->GetPlayerSetting(SubsModName, SETTING_MEMBERSHIP_LEVEL).value;
Expand Down

0 comments on commit 3da26da

Please sign in to comment.