mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
* Drop some food action buttons * Drop attack spells for caster classes * Use expected simlifed spell version 20154 (it replaced by full version at learn spell 53408 and similar) In code used helper code for support 2 versions as fake non-stacking ranks. * Some other old "max ranks" of talents and spells now are permanent bonuses known from start (only "max rank" for spell exist) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
5 lines
397 B
SQL
5 lines
397 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10217_04_mangos_spell_chain required_10217_05_mangos_spell_proc_event bit;
|
|
|
|
DELETE FROM `spell_proc_event` WHERE entry in (20154, 21084);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
(20154, 0x01, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|