diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-12 04:56:52 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-12 04:56:52 +0700 |
| commit | 3dfb735a47528336c32e92fde2609b28cdef9c26 (patch) | |
| tree | b8100492c257a837edf9c42f1aa271a732aa980c /sql/updates | |
| parent | da8b45ac90a37915ed20cb64a0b67b64bd174028 (diff) | |
Core/Spells: Fix cooldown for talent Lock and Load
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_11_10_world_conditions.sql | 3 | ||||
| -rw-r--r-- | sql/updates/world/2011_05_11_10_world_spell_linked_spell.sql | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_11_10_world_conditions.sql b/sql/updates/world/2011_05_11_10_world_conditions.sql new file mode 100644 index 00000000000..31f0647b162 --- /dev/null +++ b/sql/updates/world/2011_05_11_10_world_conditions.sql @@ -0,0 +1,3 @@ +DELETE FROM `conditions` WHERE `SourceEntry` = 56453; +INSERT INTO `conditions` VALUES +(17,0,56453,0,11,67544,0,0,0,'','Lock and Load - Lock and Load Marker'); diff --git a/sql/updates/world/2011_05_11_10_world_spell_linked_spell.sql b/sql/updates/world/2011_05_11_10_world_spell_linked_spell.sql new file mode 100644 index 00000000000..02bc6b32ddd --- /dev/null +++ b/sql/updates/world/2011_05_11_10_world_spell_linked_spell.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 56453; +INSERT INTO `spell_linked_spell` VALUES +(56453,67544,0,'Lock and Load Marker'); |
