fix(Scripts/Commands): fix additem (#9843)

This commit is contained in:
Skjalf
2021-12-22 15:44:47 -03:00
committed by GitHub
parent 07c93c2dfa
commit a576dcbcce

View File

@@ -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)