Deu esse error ao tentar adicionar no ultimo repack do freza.
Query:
CREATE DEFINER=`root`@`localhost` PROCEDURE `sp_delete_loot`(IN loot_type VARCHAR(10),IN loot_entry INT(10),IN item_entry INT(10))
BEGIN
IF loot_entry IS NOT NULL OR item_entry IS NOT NULL THEN
CASE UCASE(loot_type)
WHEN 'FISH' THEN BEGIN
DELETE FROM `fishing_loot_template` WHERE `entry`=IFNULL(loot_entry,`entry`) AND `item`=IFNULL(item_entry,`item`)
Error occured at:2015-06-02 13:07:52
Line no.:1450347
Error Code: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 6