diff options
author | megamage <none@none> | 2009-04-11 12:01:27 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-11 12:01:27 -0500 |
commit | f4d69d1b3b8fe6d26195b14f0ec2133b872c735c (patch) | |
tree | 5db77ed528332523d3db4071810ea4d09aa177ae /sql | |
parent | c9005f636eb41a7f88400c6925eb2c5d47bf4c9f (diff) | |
parent | 2e0ffba0bcea53f8b5ce15a51174c34cbc55d202 (diff) |
*Merge.
--HG--
branch : trunk
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); |