diff options
| author | Drahy <none@none> | 2009-03-20 00:44:18 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-03-20 00:44:18 +0100 |
| commit | 4d7ee8208e0e1762ca70d1cee253e51d3c517551 (patch) | |
| tree | 65d139ae0406f32193a24b5ec6bddd6b7315ba31 /sql/updates/1912_world.sql | |
| parent | 5b73a59f154b0748ba58e2039f52ee807fc9b5ec (diff) | |
* Big clean up and used trinity sql coding style
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/1912_world.sql')
| -rw-r--r-- | sql/updates/1912_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/1912_world.sql b/sql/updates/1912_world.sql index defcec0ee70..4c8afaea8d9 100644 --- a/sql/updates/1912_world.sql +++ b/sql/updates/1912_world.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (53754, 53759); INSERT INTO `spell_proc_event` VALUES (53754, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0), -(53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0); +(53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0);
\ No newline at end of file |
