-
Apprentice
[help] l2jfree
please add to fix this (or doing something)
UPDATE `armor` SET `sellable` = 'false', `price` = 0 WHERE `item_id` IN ( 6834, 6835, 6836, 6837, 6838, 6839, 6840 );
Players reselling cirlets (after any restart client - circlet is return)
-
-
~ksemer~
Re: [help] l2jfree
wrong section
thread reported
-
Alpha Member
Re: [help] l2jfree
wrong section and i see in our armor.sql
-- Update
UPDATE armor SET dropable = 'false', tradeable = 'false', destroyable = 'false' WHERE item_id IN
( 6834, 6835, 6836, 6837, 6838, 6839, 6840,6841 );
...