*Fix a typo in world.sql thx for pointing Transatlantic

*Added Brewfest and Winter Reveler script

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2008-12-13 15:39:55 +01:00
parent 3533c094d2
commit 02d85668b6
3 changed files with 49 additions and 1 deletions

View File

@@ -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',