diff options
| author | Dr.Tenma <dr.tenma@trinitycore.contrib> | 2011-05-13 19:13:55 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-05-13 19:13:55 +0200 |
| commit | 5ab5a492c8a852476fe202facc6058162bd9039b (patch) | |
| tree | aeb87a1b4394024e9c1c9104e4281c6c0e931259 /sql/updates | |
| parent | b6cf587de94d8351b3712b5407a966f58dd03cae (diff) | |
Scripts/Spells: Deadly Poison will now properly trigger poison applied on weapon in other hand when reaching 5 stacks
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_13_03_world_spell_bonus_data.sql | 3 | ||||
| -rw-r--r-- | sql/updates/world/2011_05_13_03_world_spell_script_names.sql | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_13_03_world_spell_bonus_data.sql b/sql/updates/world/2011_05_13_03_world_spell_bonus_data.sql new file mode 100644 index 00000000000..761c7993b1a --- /dev/null +++ b/sql/updates/world/2011_05_13_03_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=2818; +INSERT INTO `spell_bonus_data` VALUES +(2818,0,0,0,0.03,'Rogue - Deadly Poison All Ranks($AP*0.12 / number of ticks)'); diff --git a/sql/updates/world/2011_05_13_03_world_spell_script_names.sql b/sql/updates/world/2011_05_13_03_world_spell_script_names.sql new file mode 100644 index 00000000000..dd8662ee63d --- /dev/null +++ b/sql/updates/world/2011_05_13_03_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_rog_deadly_poison'; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-2818,'spell_rog_deadly_poison'); |
