Core/Misc: Fix issues reported by static analysis

Coverity defect IDs: 1296295, 1296294
This commit is contained in:
Vincent-Michael
2015-05-01 18:08:16 +02:00
parent 2e111a098d
commit 5745c880fd

View File

@@ -365,8 +365,6 @@ class boss_shattered_executioner : public CreatureScript
me->AddLootMode(LOOT_MODE_HARD_MODE_2);
case 2:
me->AddLootMode(LOOT_MODE_HARD_MODE_1);
default:
break;
}
}