aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-08 13:00:08 +0200
committerQAston <none@none>2009-07-08 13:00:08 +0200
commit68b58c1433c2220db32e0f4c222daa76356a85d8 (patch)
tree55e4e5b3df268348bb9197fc36eb87f842f6e6fb /sql
parentf28810576dc10701cbda179f62e8c8242048ef77 (diff)
*Implement attribute flag SPELL_ATTR_EX3_DISABLE_PROC - this fixes double proc of seal auras
*Add Judgement Anti-Parry/Dodge Passive spell for paladins. --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/4397_world_playercreateinfo_spell_TDB.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/4397_world_playercreateinfo_spell_TDB.sql b/sql/updates/4397_world_playercreateinfo_spell_TDB.sql
new file mode 100644
index 00000000000..5bc5689bbf1
--- /dev/null
+++ b/sql/updates/4397_world_playercreateinfo_spell_TDB.sql
@@ -0,0 +1,6 @@
+DELETE FROM `playercreateinfo_spell` WHERE `spell` = 60091;
+INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES
+(1, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
+(3, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
+(10, 2, 60091, 'Judgement Anti-Parry/Dodge Passive'),
+(11, 2, 60091, 'Judgement Anti-Parry/Dodge Passive');