mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-26 17:52:34 +00:00
Bot fixes for previous commit
This commit is contained in:
parent
e6a0b01f37
commit
891952eb79
@ -11741,8 +11741,6 @@ void Bot::ProcessBotCommands(Client *c, const Seperator *sep) {
|
|||||||
if(!strcasecmp(sep->arg[1], "augmentitem")) {
|
if(!strcasecmp(sep->arg[1], "augmentitem")) {
|
||||||
AugmentItem_Struct* in_augment = new AugmentItem_Struct[sizeof(AugmentItem_Struct)];
|
AugmentItem_Struct* in_augment = new AugmentItem_Struct[sizeof(AugmentItem_Struct)];
|
||||||
in_augment->container_slot = 1000; // <watch>
|
in_augment->container_slot = 1000; // <watch>
|
||||||
in_augment->unknown02[0] = 0;
|
|
||||||
in_augment->unknown02[1] = 0;
|
|
||||||
in_augment->augment_slot = -1;
|
in_augment->augment_slot = -1;
|
||||||
Object::HandleAugmentation(c, in_augment, c->GetTradeskillObject());
|
Object::HandleAugmentation(c, in_augment, c->GetTradeskillObject());
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user