aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2019_07_24_01_world.sql (renamed from sql/updates/world/3.3.5/2019_XX_XX_00_world.sql)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2019_XX_XX_00_world.sql b/sql/updates/world/3.3.5/2019_07_24_01_world.sql
index fc2055606a5..125b9bc21ad 100644
--- a/sql/updates/world/3.3.5/2019_XX_XX_00_world.sql
+++ b/sql/updates/world/3.3.5/2019_07_24_01_world.sql
@@ -4,7 +4,7 @@ CREATE TABLE `player_totem_model` (
`RaceId` TINYINT(3) UNSIGNED NOT NULL,
`DisplayId` INT(10) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (`TotemSlot`,`RaceID`)
-) ENGINE=MYISAM DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO `player_totem_model` (`TotemSlot`, `RaceId`, `DisplayId`) VALUES
-- Orc