aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <vincent_michael@gmx.de>2016-09-08 11:53:34 +0200
committerVincent-Michael <vincent_michael@gmx.de>2016-09-08 11:53:34 +0200
commit81a090530620aa35b07984e373273efa59362bb9 (patch)
tree3cf89e8b7d4384547124dad93ae60d74e04958b3
parent32f78473a493dacf1170887ed2fcb2895caa151f (diff)
SQL: Fixed typo
-rw-r--r--sql/updates/hotfixes/6.x/2016_09_08_00_hotfixes.sql2
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`,