mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
removed unnecessary comments
This commit is contained in:
@@ -4567,7 +4567,6 @@ void Bot::SetLevel(uint8 in_level, bool command) {
|
||||
|
||||
int32 Bot::GetEquipmentMaterial(uint8 material_slot) const
|
||||
{
|
||||
// Moofta: Only supporting primary and secondary. next stage is heros forge. which could be any!
|
||||
if // for primary and secondary we need the model, not the material
|
||||
(
|
||||
material_slot == MaterialPrimary ||
|
||||
|
||||
@@ -1889,7 +1889,6 @@ void Client::DyeArmor(DyeStruct* dye){
|
||||
|
||||
int32 Client::GetEquipmentMaterial(uint8 material_slot) const
|
||||
{
|
||||
// Moofta: Only supporting primary and secondary. next stage is heros forge. which could be any!
|
||||
if // for primary and secondary we need the model, not the material
|
||||
(
|
||||
material_slot == MaterialPrimary ||
|
||||
|
||||
Reference in New Issue
Block a user