diff options
author | John Holiver <none@none> | 2010-06-15 20:34:29 -0300 |
---|---|---|
committer | John Holiver <none@none> | 2010-06-15 20:34:29 -0300 |
commit | 1955d42ae45df1f06c31f4a834b2c1fe8492e639 (patch) | |
tree | 58688ec582dc6d5b5a178ba1dbc5657c2ae64086 | |
parent | 05178900dbe6cc5b1357f7effce6381e9b2e8372 (diff) |
Drop Flag on Nitro Boost usage for WSG and EoS.
By Gyullo. Fixes issue 2166.
--HG--
branch : trunk
-rw-r--r-- | sql/base/world_database.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 88d8e282749..5be96e7bf15 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -6184,6 +6184,14 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment -- Trial of the Champion ( 66680, 66547, 0, 'Confess - Confess'), ( 66889,-66865, 0, 'Remove Vengeance'), +-- Warsong Gulch +( 54861,-23335, 0, 'Drop Flag on Nitro Boost WSG'), +( 54861,-23333, 0, 'Drop Flag on Nitro Boost WSG'), +( 55004,-23335, 0, 'Drop Flag on Nitro Boost WSG'), +( 55004,-23333, 0, 'Drop Flag on Nitro Boost WSG'), +-- Eye of Storm +( 54861,-34976, 0, 'Drop Flag on Nitro Boost EOS'), +( 55004,-34976, 0, 'Drop Flag on Nitro Boost EOS'), -- Strand of the Ancients ( 52415, 52418, 0, 'Carrying Seaforium - Add'), ( 52410,-52418, 0, 'Carrying Seaforium - Remove'), |