mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
[svn] Fix 146_world.sql. Do not use default for text. (Ignore this if you have successfully applied 146_world.sql)
Fix HandleAuraModIncreaseHealth, also increase current health. Merge from Mangos: 2008-11-02 10:53:27 854e0d64e3410b2a1eff6d56705f8e42b4291534 Do not split self caused damage. (PART) 2008-10-31 12:45:22 e56b671979623570acd358a9b99aa169be22ffba Move tamed pet creating code to new function. --HG-- branch : trunk
This commit is contained in:
@@ -5,7 +5,7 @@ CREATE TABLE `spell_linked_spell` (
|
||||
`spell_trigger` int(10) NOT NULL,
|
||||
`spell_effect` int(10) NOT NULL default '0',
|
||||
`type` smallint(3) unsigned NOT NULL default '0',
|
||||
`comment` text NOT NULL default '',
|
||||
`comment` text NOT NULL,
|
||||
PRIMARY KEY (`spell_trigger`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user