mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
* Allow add to DB data only for first rank in table `mangos_spell_bonus_data` and `mangos_spell_proc_event`. * Copy data for other ranks for speedup use at loading for this data and data from `spell_proc_item_enchant`.
8 lines
496 B
SQL
8 lines
496 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8251_02_mangos_spell_bonus_data required_8251_03_mangos_spell_proc_event bit;
|
|
|
|
DELETE FROM `spell_proc_event` WHERE entry IN (
|
|
325,905,945,8134,8494,8495,10191,10192,10193,10431,10432,14318,14319,14320,
|
|
14321,14322,20927,20928,24398,25296,25469,25472,25899,27044,27131,27179,32593,
|
|
32594,33736,33776,34916,34917,43019,43020,63158,48159,48160,48951,48952,49280,
|
|
49281,49283,49284,52129,52131,52134,52136,52138,57960,48112,48113,63733,63737
|
|
);
|