mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Fixed mysql syntax errors caused by using wrong delimiter, thanks BlackCat0110
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user