From c728681422b9a5446e021986ccc870536a11d188 Mon Sep 17 00:00:00 2001 From: Shocker Date: Tue, 24 Aug 2010 14:38:00 +0300 Subject: * Remove some old checks in aura stacking and change default stack rule to true * Add stacking rules for Mark/Gift of the Wild, Power Word/Prayer of Fortitude, Prayer of/Shadow protection NOTE: Although highly unlikely, this *might* cause some stacking problems until we properly define rest of the stacking rules in spell_group, so report any stacking issues * Some missing lads from THANKS file --HG-- branch : trunk --- sql/base/world_database.sql | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sql/base/world_database.sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 4e1bbe4e3c2..bd35af3ea96 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -6008,7 +6008,16 @@ INSERT INTO `spell_group` (`id`, `spell_id`) VALUES -- mage freezing spells (1107, 122), -- Frost Nova (1107, 33395), -- Freeze -(1107, 55080); -- Shattered Barrier +(1107, 55080), -- Shattered Barrier +-- Mark/Gift of the Wild +(1108, 1126), +(1108, 21849), +-- Power Word/Prayer of Fortitude +(1109, 1243), +(1109, 21562), +-- Prayer of/Shadow Protection +(1110, 976), +(1110, 27683); /*!40000 ALTER TABLE `spell_group` ENABLE KEYS */; UNLOCK TABLES; -- cgit v1.2.3