From be297daf8fa5913f59e67effbe567e1a656a5810 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 5 May 2019 01:58:43 +0200 Subject: [PATCH] DB: fixed a typo --- sql/updates/world/custom/custom_2019_05_05_01_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2019_05_05_01_world.sql b/sql/updates/world/custom/custom_2019_05_05_01_world.sql index 4f92ca0ee6a..2560241ffbd 100644 --- a/sql/updates/world/custom/custom_2019_05_05_01_world.sql +++ b/sql/updates/world/custom/custom_2019_05_05_01_world.sql @@ -1 +1 @@ -UPDATE `spell_grouo_stack_rules` SET `stack_rule`= 4 WHERE `group_id`= 1141; +UPDATE `spell_group_stack_rules` SET `stack_rule`= 4 WHERE `group_id`= 1141;