diff options
| author | Vincent-Michael <vincent_michael@gmx.de> | 2016-09-08 11:53:34 +0200 |
|---|---|---|
| committer | Vincent-Michael <vincent_michael@gmx.de> | 2016-09-08 11:53:34 +0200 |
| commit | 81a090530620aa35b07984e373273efa59362bb9 (patch) | |
| tree | 3cf89e8b7d4384547124dad93ae60d74e04958b3 | |
| parent | 32f78473a493dacf1170887ed2fcb2895caa151f (diff) | |
SQL: Fixed typo
| -rw-r--r-- | sql/updates/hotfixes/6.x/2016_09_08_00_hotfixes.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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`, |
