Core/Misc: Fix issues reported by static analysis

Coverity defect IDs: 1296295, 1296294

(cherry picked from commit 5745c880fd)
This commit is contained in:
Vincent-Michael
2015-05-01 18:08:16 +02:00
committed by Shauren
parent 21c77d6c29
commit 23bb45bfe9

View File

@@ -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;
}
}
}