diff options
| author | Shocker <none@none> | 2010-08-24 22:47:41 +0300 |
|---|---|---|
| committer | Shocker <none@none> | 2010-08-24 22:47:41 +0300 |
| commit | c0dda8b492d073472f1a4de9641b882ac6b90211 (patch) | |
| tree | be8734764e26ff3d1ae0af35105a85a40efbd12a /sql/base/world_database.sql | |
| parent | 9b75f358ba6f130eb03e8c698c870275b189a946 (diff) | |
* Forgotten stack rules for rev f69fb2d3e0, thanks svetilo12
* Fix a crash in rev a972aa682b
--HG--
branch : trunk
Diffstat (limited to 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index bd35af3ea96..5857baec290 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -6017,7 +6017,10 @@ INSERT INTO `spell_group` (`id`, `spell_id`) VALUES (1109, 21562), -- Prayer of/Shadow Protection (1110, 976), -(1110, 27683); +(1110, 27683), +(1006, 72586), -- Blessing of Forgotten Kings (Drums) +(1108, 72588), -- Gift of the Wild (Drums) +(1109, 72590); -- Fortitude (Scroll) /*!40000 ALTER TABLE `spell_group` ENABLE KEYS */; UNLOCK TABLES; @@ -7614,7 +7617,10 @@ INSERT INTO spell_group_stack_rules (`group_id`, `stack_rule`) VALUES (1099,1), (1103,1), (1046,1), -(1107,1); +(1107,1), +(1108,1), +(1109,1), +(1110,1); /*!40000 ALTER TABLE `spell_group_stack_rules` ENABLE KEYS */; UNLOCK TABLES; |
