Update optional_item_stack_sizes.sql

double SET
This commit is contained in:
Grimfeather
2024-08-14 20:22:21 +02:00
committed by GitHub
parent 13bc18419d
commit f66b921f84

View File

@@ -919,10 +919,10 @@ UPDATE item_template SET stackable = 10 WHERE entry=18594;
UPDATE item_template SET stackable = 2 WHERE entry=18640;
/* Combat Healing Potion */
UPDATE item_template SET stackable = 5 SET maxcount = 5 WHERE entry=18839;
UPDATE item_template SET stackable = 5, maxcount = 5 WHERE entry=18839;
/* Combat Mana Potion */
UPDATE item_template SET stackable = 5 SET maxcount = 5 WHERE entry=18841;
UPDATE item_template SET stackable = 5, maxcount = 5 WHERE entry=18841;
/* Ace of Beasts */
UPDATE item_template SET stackable = 1 WHERE entry=19227;
@@ -1036,13 +1036,13 @@ UPDATE item_template SET stackable = 5 WHERE entry=20008;
UPDATE item_template SET stackable = 20 WHERE entry=20404;
/* Warsong Gulch Mark of Honor */
UPDATE item_template SET stackable = 20 SET maxcount = 20 WHERE entry=20558;
UPDATE item_template SET stackable = 20, maxcount = 20 WHERE entry=20558;
/* Arathi Basin Mark of Honor */
UPDATE item_template SET stackable = 20 SET maxcount = 20 WHERE entry=20559;
UPDATE item_template SET stackable = 20, maxcount = 20 WHERE entry=20559;
/* Alterac Valley Mark of Honor */
UPDATE item_template SET stackable = 20 SET maxcount = 20 WHERE entry=20560;
UPDATE item_template SET stackable = 20, maxcount = 20 WHERE entry=20560;
/* Nexus Crystal */
UPDATE item_template SET stackable = 10 WHERE entry=20725;