mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Totem: 915f8a9 followup (oopsie)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user