mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9625] Add absent empty lines in end of sql updates.
This commit is contained in:
parent
d46e6629e6
commit
534a54aea7
9 changed files with 10 additions and 9 deletions
|
|
@ -3,3 +3,4 @@ ALTER TABLE db_version CHANGE COLUMN required_9366_01_mangos_spell_bonus_data re
|
|||
DELETE FROM `spell_proc_event` WHERE `entry` = 67228;
|
||||
INSERT INTO `spell_proc_event` VALUES
|
||||
(67228, 0x00000004, 11, 0x00000000, 0x00001000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9624"
|
||||
#define REVISION_NR "9625"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue