mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 19:37:04 +00:00
[8491] Add absent empty line to end of sql updates.
Thanks to mns for pointing to problem. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
e0c319ef33
commit
692f32c82a
16 changed files with 16 additions and 16 deletions
|
|
@ -1,4 +1,4 @@
|
|||
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);
|
||||
SET mindmg = ROUND(mindmg + attackpower), maxdmg=ROUND(maxdmg+attackpower);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue