Skip to content

Commit

Permalink
NPCBots: Fix build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
trickerer committed Jan 31, 2024
1 parent a8c3210 commit 9e551a9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/server/game/Spells/SpellInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2883,14 +2883,7 @@ void SpellInfo::_LoadImmunityInfo()
|| !immuneInfo.AuraTypeImmune.empty()
|| !immuneInfo.SpellEffectImmune.empty())
{
//npcbot
/*
//end npcbot
effect._immunityInfo = std::move(workBuffer);
//npcbot
*/
effect._immunityInfo = workBuffer.release();
//end npcbot
workBuffer = std::make_unique<SpellEffectInfo::ImmunityInfo>();
}

Expand Down

0 comments on commit 9e551a9

Please sign in to comment.