aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/world_spell_full.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql
index e3c93d39b79..5486cd72b0c 100644
--- a/sql/world_spell_full.sql
+++ b/sql/world_spell_full.sql
@@ -551,6 +551,11 @@ INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079
INSERT INTO spell_target_position () VALUES (53360, 571, 5807.829, 587.960, 660.939, 1.663);
-- --------
+-- MISC
+-- --------
+UPDATE `creature_template` SET `flags_extra` = 33 WHERE `entry` = 23576; /*no crush*/
+
+-- --------
-- REQUIRED
-- --------
DROP TABLE IF EXISTS `spell_required`;