aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/480_world_scripts.sql2
-rw-r--r--sql/world.sql2
2 files changed, 3 insertions, 1 deletions
diff --git a/sql/updates/480_world_scripts.sql b/sql/updates/480_world_scripts.sql
new file mode 100644
index 00000000000..e8824571d9e
--- /dev/null
+++ b/sql/updates/480_world_scripts.sql
@@ -0,0 +1,2 @@
+UPDATE creature_template SET scriptname='npc_winter_reveler' WHERE entry=15760;
+UPDATE creature_template SET scriptname='npc_brewfest_reveler' WHERE entry=24484; \ No newline at end of file
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',