From 68b58c1433c2220db32e0f4c222daa76356a85d8 Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 8 Jul 2009 13:00:08 +0200 Subject: *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 --- sql/updates/4397_world_playercreateinfo_spell_TDB.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/4397_world_playercreateinfo_spell_TDB.sql (limited to 'sql') 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'); -- cgit v1.2.3