Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Follow up 7cd82d0, bugreport:9041
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
- Loading branch information
Showing
with
7 additions
and 1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -0,0 +1,6 @@ | ||
| UPDATE `auction` SET `card0` = 253 WHERE `card0` = 65280; | ||
| UPDATE `cart_inventory` SET `card0` = 253 WHERE `card0` = 65280; | ||
| UPDATE `guild_storage` SET `card0` = 253 WHERE `card0` = 65280; | ||
| UPDATE `inventory` SET `card0` = 253 WHERE `card0` = 65280; | ||
| UPDATE `mail` SET `card0` = 253 WHERE `card0` = 65280; | ||
| UPDATE `storage` SET `card0` = 253 WHERE `card0` = 65280; | ||
This comment has been minimized.
This comment has been minimized. |
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x0100 = 256 ...
why the sql files set card0 to 253?