diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-03-28 00:38:04 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-03-28 00:38:24 +0100 |
| commit | f44e6834df4278fece0ca9c419b644512de812a6 (patch) | |
| tree | dc16093411aea0655a8919d327d39154a413ea6d /sql | |
| parent | 76397cf9311eb89a75d7a71b973c7d480a40b9a7 (diff) | |
Core/DBLayer: Fix remaining errors in loading world tables and a couple of them in characters database
Also removed World::LoadIp2nation(), it was not doing anything.
Closes #5897
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_03_27_04_world_misc.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_03_27_04_world_misc.sql b/sql/updates/world/2012_03_27_04_world_misc.sql new file mode 100644 index 00000000000..e85350476c9 --- /dev/null +++ b/sql/updates/world/2012_03_27_04_world_misc.sql @@ -0,0 +1,3 @@ +ALTER TABLE `spell_dbc` CHANGE `StackAmount` `StackAmount` int(10) unsigned NOT NULL DEFAULT '0'; +ALTER TABLE `waypoint_data` CHANGE `action_chance` `action_chance` smallint(6) NOT NULL DEFAULT '100'; +ALTER TABLE `item_loot_template` CHANGE `maxcount` `maxcount` tinyint(3) unsigned NOT NULL DEFAULT '1'; |
