mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Fix issues reported by static analysis
Coverity defect IDs: 1296295, 1296294
(cherry picked from commit 5745c880fd)
This commit is contained in:
@@ -146,8 +146,6 @@ class boss_shattered_executioner : public CreatureScript
|
||||
me->RemoveLootMode(LOOT_MODE_HARD_MODE_2);
|
||||
case 1:
|
||||
me->RemoveLootMode(LOOT_MODE_HARD_MODE_3);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user