Likes: 0
Results 1 to 5 of 5
Thread: [release] wotlk item stack fix
-
13-02-09, 10:11 AM #1
[release] wotlk item stack fix
Register to remove this ad
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 :P
› See More: [release] wotlk item stack fixKnaur - Founder of Norwegian Elite Team & Creator of Norwegian Elite Databases
-
13-02-09, 10:13 AM #2
Omg!!! Another awesome release by Knaur! !!!
===== FIRST POST =====
-
19-02-09, 07:58 AM #3
, Knaur!
-
19-02-09, 10:52 AM #4
-
20-02-09, 09:14 AM #5
Register to remove this adthx