
* Fixes #5713. * Resolves script command getnameditem not properly naming items. * Also resolves atcommand getring. Thanks to @Erukanu and @Balferian! Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
5 lines
355 B
SQL
5 lines
355 B
SQL
UPDATE `inventory` SET `card2` = `card2` & 65535 WHERE `card0` = 254 OR `card0` = 255;
|
|
UPDATE `cart_inventory` SET `card2` = `card2` & 65535 WHERE `card0` = 254 OR `card0` = 255;
|
|
UPDATE `storage` SET `card2` = `card2` & 65535 WHERE `card0` = 254 OR `card0` = 255;
|
|
UPDATE `guild_storage` SET `card2` = `card2` & 65535 WHERE `card0` = 254 OR `card0` = 255;
|