diff options
| author | Shocker <none@none> | 2010-08-24 14:38:00 +0300 |
|---|---|---|
| committer | Shocker <none@none> | 2010-08-24 14:38:00 +0300 |
| commit | c728681422b9a5446e021986ccc870536a11d188 (patch) | |
| tree | 9863d9ea25421d1999935000a90a5c5dcb41aa6e /sql/base/world_database.sql | |
| parent | eedce26148d99ea96b405bdcae29746e58147235 (diff) | |
* 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
Diffstat (limited to 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 11 |
1 files changed, 10 insertions, 1 deletions
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; |
