aboutsummaryrefslogtreecommitdiff
path: root/sql/world.sql
diff options
context:
space:
mode:
authorBlaymoira <none@none>2008-12-13 15:39:55 +0100
committerBlaymoira <none@none>2008-12-13 15:39:55 +0100
commit02d85668b6c28ebc08dbcfe3d422f3cd852cf170 (patch)
tree5aad2429e27b16bc4c0149c104cbd7a1775d535c /sql/world.sql
parent3533c094d24ff98fee74e458d6131dd3126e40af (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.sql2
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',