From 4cd4c4170f70a0715daad52b2f1831b6017d647a Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 15 Feb 2010 20:59:05 +0100 Subject: *Backout some WTF fixes. Do things correctly, or do not touch them at all... *Really fix windows build. --HG-- branch : trunk --- src/game/Item.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/game/Item.cpp') diff --git a/src/game/Item.cpp b/src/game/Item.cpp index 00f271ca89e..b2821ae7b83 100644 --- a/src/game/Item.cpp +++ b/src/game/Item.cpp @@ -771,10 +771,6 @@ bool Item::IsFitToSpellRequirements(SpellEntry const* spellInfo) const { ItemPrototype const* proto = GetProto(); - //Lava Lash - if (spellInfo->Id==60103 && spellInfo->EquippedItemClass==ITEM_CLASS_WEAPON) - return true; - if (spellInfo->EquippedItemClass != -1) // -1 == any item class { // Special case - accept vellum for armor/weapon requirements -- cgit v1.2.3