Does anyone have a fixed patch for Vellums?
I got this rejection but I don't know exactly what to change...Can someone help me?
Thanx anyway!
***************
*** 2753,2759 ****
// send info to the client
if(pItem)
player->SendNewItem(pItem, num_to_add, true, true);
// we succeeded in creating at least one item, so a levelup is possible
player->UpdateCraftSkill(m_spellInfo->Id);
--- 2753,2763 ----
// send info to the client
if(pItem)
+ {
+ if(Item* ItemTarget = m_targets.getItemTarget())
+ player->DestroyItemCount(ItemTarget->GetEntry(), 1, true);
player->SendNewItem(pItem, num_to_add, true, true);
+ }
// we succeeded in creating at least one item, so a levelup is possible
player->UpdateCraftSkill(m_spellInfo->Id);
edit: I'm sorry I forgot to post some more information...It is the patch which was posted here few posts up and it's spelleffect.cpp which gave this rejection on mangos revision 8541.
edit2: It seems that the whole patch while compiling gives a lot of errors...anyone has a patch which works?
Thanx!