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