mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
Note: mindmg/maxdmg in creature_template expected including attackpower part in its. attackpower field only show part of attackpower not affected by AP multiplier. Thanks also to Seizer for take part in reseach and patch review. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
4 lines
No EOL
228 B
SQL
4 lines
No EOL
228 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8227_01_mangos_spell_proc_event required_8237_01_mangos_creature_template bit;
|
|
|
|
UPDATE creature_template
|
|
SET mindmg = ROUND(mindmg + attackpower), maxdmg=ROUND(maxdmg+attackpower); |