aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-13 09:57:59 -0600
committermegamage <none@none>2008-12-13 09:57:59 -0600
commit328e5a1bdecd31f2411232a6f27adf96c96a716e (patch)
tree6de10a82f1139a9665bec7db7c5d3ec963fd71c0 /sql
parent3ed8472e7bd99b90762ebd84bcfe158bf5e77ab6 (diff)
parent02d85668b6c28ebc08dbcfe3d422f3cd852cf170 (diff)
*Merge with 480.
--HG-- branch : trunk
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',