
Results 1 to 5 of 5
Thread: [release] wotlk item stack fix
Threaded View
-
13-02-09, 09:11 AM #1
[release] wotlk item stack fix
ok, i have irritated so long that almost all stackable items
in wotlk didnt stack at all, like reagents, cloth, or heroism marks...
I first thought it was the items theyrself that was ****ed,
then i got the idea that maybe the vendors was wrong,
and i was right. If Amount field is 0 or -1 then it will never stack
Code:update vendors set amount = 1 where amount = -1; update vendors set amount = 1 where amount = 0;
Run this into your world database and ALL stackable items
will work again :PKnaur - Founder of Norwegian Elite Team & Creator of Norwegian Elite Databases