diff options
-rw-r--r-- | sql/updates/9090_characters_item_instance.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/9090_characters_item_instance.sql b/sql/updates/9090_characters_item_instance.sql index 8492b7f30f6..594f8103b4e 100644 --- a/sql/updates/9090_characters_item_instance.sql +++ b/sql/updates/9090_characters_item_instance.sql @@ -15,7 +15,7 @@ ALTER TABLE `item_instance` DELIMITER || -- Function to convert ints from unsigned to signed -DROP FUNCTION IF EXISTS `uint32toint32`; +DROP FUNCTION IF EXISTS `uint32toint32`|| CREATE FUNCTION `uint32toint32`(input INT(10) UNSIGNED) RETURNS INT(11) SIGNED DETERMINISTIC BEGIN RETURN input; |