mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
*Fix a typo in world.sql thx for pointing Transatlantic
*Added Brewfest and Winter Reveler script --HG-- branch : trunk
This commit is contained in:
@@ -557,7 +557,7 @@ UNLOCK TABLES;
|
||||
DROP TABLE IF EXISTS `creature_template_addon`;
|
||||
CREATE TABLE `creature_template_addon` (
|
||||
`entry` mediumint(8) unsigned NOT NULL default '0',
|
||||
`path_id' int(11) unsigned NOT NULL default '0',
|
||||
`path_id` int(11) unsigned NOT NULL default '0',
|
||||
`mount` mediumint(8) unsigned NOT NULL default '0',
|
||||
`bytes0` int(10) unsigned NOT NULL default '0',
|
||||
`bytes1` int(10) unsigned NOT NULL default '0',
|
||||
|
||||
Reference in New Issue
Block a user