aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2019_07_24_01_world.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_24_01_world.sql b/sql/updates/world/3.3.5/2019_07_24_01_world.sql
index 125b9bc21ad..a9145fbf3d0 100644
--- a/sql/updates/world/3.3.5/2019_07_24_01_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=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=MyISAM DEFAULT CHARSET=utf8;
INSERT INTO `player_totem_model` (`TotemSlot`, `RaceId`, `DisplayId`) VALUES
-- Orc