diff options
| author | Blaymoira <none@none> | 2008-12-13 15:39:55 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2008-12-13 15:39:55 +0100 |
| commit | 02d85668b6c28ebc08dbcfe3d422f3cd852cf170 (patch) | |
| tree | 5aad2429e27b16bc4c0149c104cbd7a1775d535c /sql/world.sql | |
| parent | 3533c094d24ff98fee74e458d6131dd3126e40af (diff) | |
*Fix a typo in world.sql thx for pointing Transatlantic
*Added Brewfest and Winter Reveler script
--HG--
branch : trunk
Diffstat (limited to 'sql/world.sql')
| -rw-r--r-- | sql/world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql index ca5af56edd1..ec259082943 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -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', |
