aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2016-02-06 18:16:18 +0100
committerRushor <PBienati@web.de>2016-02-06 18:17:16 +0100
commitc560cb0a0c8caa9c4337b1269039764207383f5d (patch)
tree5260b73ad0f8b54e6e793202bea0fa95f7851d5a /sql
parentb259d5c2bc41a545aad978c286f21347c0ba51a2 (diff)
Scripts/Northrend: Knockbackimmunity Cleanup
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_02_06_02_world.sql20
1 files changed, 20 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_06_02_world.sql b/sql/updates/world/2016_02_06_02_world.sql
new file mode 100644
index 00000000000..b9fd7cd9d63
--- /dev/null
+++ b/sql/updates/world/2016_02_06_02_world.sql
@@ -0,0 +1,20 @@
+--
+-- Knockbackimmunity Cleanup
+UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x40000000 WHERE `entry` IN (
+-- npc_kinetic_bomb
+38454, 38775, 38776, 38777,
+-- npc_iron_roots
+33088, 33396, 33168, 33397,
+-- npc_saronite_vapors
+33488, 33789,
+-- NPC_GAS_CLOUD
+37562, 38602, 38760, 38761,
+-- NPC_VOLATILE_OOZE
+37697, 38604, 38758, 38759,
+-- npc_training_dummy
+2673, 2674, 17578, 16111, 24792, 32543, 32546, 32547, 32542, 32545, 30527, 31143, 31144, 31146, 32541, 32666, 32667,
+-- npc_tournament_training_dummy
+33229, 33243, 33272,
+-- npc_ice_tomb
+36980, 38320, 38321, 38322
+);