diff options
| author | QAston <none@none> | 2009-03-15 02:30:52 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-15 02:30:52 +0100 |
| commit | 9ea420caff5ea4977b8b6c4105027b8c8c42d417 (patch) | |
| tree | cf39528ac02b41eb0b1d83c413c7b75a4d6a9791 | |
| parent | 2dbb0c927dc1a8cc54f76bd6564c28cfbd71769f (diff) | |
*Fix a typo.
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/1911_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/1911_world.sql b/sql/updates/1911_world.sql index eb92dcd6d9a..4a351fcaabc 100644 --- a/sql/updates/1911_world.sql +++ b/sql/updates/1911_world.sql @@ -1,4 +1,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (44545, 44543); INSERT INTO `spell_proc_event` VALUES -(44545, 0x00, 3, 1049120, 4096, 0x00000000, 0x00000000, 0x0010000, 15.000000, 0.000000, 0), -(44543, 0x00, 3, 1049120, 4096, 0x00000000, 0x00000000, 0x0010000, 7.000000, 0.000000, 0); +(44545, 0x00, 3, 1049120, 4096, 0x00000000, 0x0010000, 0x00000000, 15.000000, 0.000000, 0), +(44543, 0x00, 3, 1049120, 4096, 0x00000000, 0x0010000, 0x00000000, 7.000000, 0.000000, 0); |
