From 81a090530620aa35b07984e373273efa59362bb9 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Thu, 8 Sep 2016 11:53:34 +0200 Subject: SQL: Fixed typo --- sql/updates/hotfixes/6.x/2016_09_08_00_hotfixes.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/updates/hotfixes/6.x/2016_09_08_00_hotfixes.sql b/sql/updates/hotfixes/6.x/2016_09_08_00_hotfixes.sql index e9ff18e295e..80e773b7a14 100644 --- a/sql/updates/hotfixes/6.x/2016_09_08_00_hotfixes.sql +++ b/sql/updates/hotfixes/6.x/2016_09_08_00_hotfixes.sql @@ -1,4 +1,4 @@ -ALTER TABLE `hotfixes`.`creature_difficulty` +ALTER TABLE `creature_difficulty` CHANGE `Flags1` `Flags1` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `CreatureID`, CHANGE `Flags2` `Flags2` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags1`, CHANGE `Flags3` `Flags3` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags2`, -- cgit v1.2.3