mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 12:03:48 +00:00
fix(Scripts/Commands): fix additem (#9843)
This commit is contained in:
@@ -1621,7 +1621,7 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32 itemId = 0;
|
uint32 itemId = itemTemplate->ItemId;
|
||||||
int32 count = 1;
|
int32 count = 1;
|
||||||
|
|
||||||
if (_count)
|
if (_count)
|
||||||
|
|||||||
Reference in New Issue
Block a user