Core/Items: Add ItemContext param to Item::Create function

This commit is contained in:
Shauren
2019-11-23 00:03:42 +01:00
parent ec9d624aec
commit 0a2d9ad2f7
34 changed files with 144 additions and 130 deletions
+1 -1
View File
@@ -3394,7 +3394,7 @@ class spell_gen_upper_deck_create_foam_sword : public SpellScriptLoader
return;
}
CreateItem(effIndex, itemId[urand(0, 4)]);
CreateItem(effIndex, itemId[urand(0, 4)], ItemContext::NONE);
}
}