From c0dda8b492d073472f1a4de9641b882ac6b90211 Mon Sep 17 00:00:00 2001 From: Shocker Date: Tue, 24 Aug 2010 22:47:41 +0300 Subject: * Forgotten stack rules for rev f69fb2d3e0, thanks svetilo12 * Fix a crash in rev a972aa682b --HG-- branch : trunk --- sql/base/world_database.sql | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sql/base/world_database.sql') 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; -- cgit v1.2.3