Show
Ignore:
Timestamp:
11/19/08 13:41:55 (17 years ago)
Author:
yumileroy
Message:

[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.

Original author: megamage
Date: 2008-11-04 09:23:06-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/updates/146_world.sql

    r160 r161  
    66  `spell_effect` int(10) NOT NULL default '0', 
    77  `type` smallint(3) unsigned NOT NULL default '0', 
    8   `comment` text NOT NULL default '', 
     8  `comment` text NOT NULL, 
    99  PRIMARY KEY (`spell_trigger`) 
    1010) ENGINE=MyISAM DEFAULT CHARSET=utf8;