diff options
author | EdwinDW <edwin.dragonwar@gmail.com> | 2011-03-04 14:36:37 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2011-03-04 16:48:39 +0100 |
commit | 7798474e74e39e4a3bb712cdc194f833bc16e3d5 (patch) | |
tree | acc33540316807f89ba32c5642200f1027808579 | |
parent | 704491101f05daa282a942ff8e6846265a1c2536 (diff) |
Fix: SQL syntax error in world base SQL script
-rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 58e9459c54c..beb6a5dd94e 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -19097,7 +19097,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 54488, 0x00, 0, 0x20000021, 0x00009000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Missile Barrage (Rank 3) ( 54489, 0x00, 0, 0x20000021, 0x00009000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Missile Barrage (Rank 4) ( 54490, 0x00, 0, 0x20000021, 0x00009000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Missile Barrage (Rank 5) -( 54646, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Focus Magic +( 54646, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Focus Magic ( 54695, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Item - Death Knight's Anguish Base ( 54707, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 60), -- Sonic Awareness (DND) ( 54738, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 45), -- Star of Light |