diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-05-04 14:55:06 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-05-04 14:55:06 +0200 |
commit | fd7a40ca97ccb642080bfb35edf4ac95e9fdab8e (patch) | |
tree | 45ee3093306e18b99ccc47ca913ed7ea7f5851d6 | |
parent | 1c0c163485a2ba1781abf5a1f72b168375199d40 (diff) |
DB/Creature: Remove more incorrect trigger flags
By dr-j, closes #11995
Closes #7744
-rw-r--r-- | sql/updates/world/2014_05_04_03_world_creature_text.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_05_04_03_world_creature_text.sql b/sql/updates/world/2014_05_04_03_world_creature_text.sql new file mode 100644 index 00000000000..68375879d8e --- /dev/null +++ b/sql/updates/world/2014_05_04_03_world_creature_text.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry`IN(28455,28299,28459,28300,28456,28457,28458,28462,28454,28460,26468,26469,26470,34735); +UPDATE `creature_template` SET `mechanic_immune_mask`=2048 WHERE `entry` IN (29307,29573) |