l2j_mobius/trunk/dist/sql/game/updates/20100712update.sql
2015-01-01 20:02:50 +00:00

3 lines
158 B
SQL

-- Fix for pet summon items with name
UPDATE `items` SET `custom_type2` = 1 WHERE `object_id` IN (SELECT `item_obj_id` FROM `pets` WHERE `name` IS NOT NULL);