diff options
| author | QAston <none@none> | 2009-04-14 17:27:05 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-04-14 17:27:05 +0200 |
| commit | e7ac066211a25d90039695badb0d9724fa610256 (patch) | |
| tree | 9502906c79eb57e09c7805aa4f10a81473be2cfd | |
| parent | 829b7a45364d34dcf5d6e76c6a34fb67dfbd4fb3 (diff) | |
*Correct procflags for T.N.T
--HG--
branch : trunk
rename : sql/updates/2662_world.sql => sql/updates/2685_world.sql
| -rw-r--r-- | sql/updates/2685_world.sql (renamed from sql/updates/2662_world.sql) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/2662_world.sql b/sql/updates/2685_world.sql index 3d59c79a1a5..3e729af8ea5 100644 --- a/sql/updates/2662_world.sql +++ b/sql/updates/2685_world.sql @@ -1,5 +1,5 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (56337, 56336, 56333); INSERT INTO `spell_proc_event` VALUES -(56337, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00021000, 0x0000000, 0.000000, 0.000000, 0), -(56336, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00021000, 0x0000000, 0.000000, 0.000000, 0), -(56333, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00021000, 0x0000000, 0.000000, 0.000000, 0); +(56337, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00022200, 0x0000000, 0.000000, 0.000000, 0), +(56336, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00022200, 0x0000000, 0.000000, 0.000000, 0), +(56333, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00022200, 0x0000000, 0.000000, 0.000000, 0); |
