diff options
| author | megamage <none@none> | 2008-12-13 09:57:59 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-13 09:57:59 -0600 |
| commit | 328e5a1bdecd31f2411232a6f27adf96c96a716e (patch) | |
| tree | 6de10a82f1139a9665bec7db7c5d3ec963fd71c0 /sql | |
| parent | 3ed8472e7bd99b90762ebd84bcfe158bf5e77ab6 (diff) | |
| parent | 02d85668b6c28ebc08dbcfe3d422f3cd852cf170 (diff) | |
*Merge with 480.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/480_world_scripts.sql | 2 | ||||
| -rw-r--r-- | sql/world.sql | 2 |
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', |
