diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/2586_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/2586_world.sql b/sql/updates/2586_world.sql new file mode 100644 index 00000000000..489fe7bdb75 --- /dev/null +++ b/sql/updates/2586_world.sql @@ -0,0 +1,4 @@ +INSERT IGNORE INTO `spell_linked_spell` VALUES (53563, 53651, 2, 'Beacon of Light'); + +INSERT INTO `spell_proc_event` VALUES +(53651, 0x00, 10, 0xC0008000, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0); |