diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-09-15 11:45:24 +0200 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-10-30 14:10:55 +0100 |
| commit | f1db5dad5bbc9289e94b4691cdbe46868c815be8 (patch) | |
| tree | 7bc1b93642356c6d748a017238649147b336d701 | |
| parent | b459b10b0f1b21e245b49cc93234eb7a9a27369d (diff) | |
DB/Creature: Fix one big exploit on UP
(cherry picked from commit 21644e556d5bea4cbd54c1503dd80b104fa8a22f)
| -rw-r--r-- | sql/updates/world/2015_10_30_16_world_2015_09_15_01.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_30_16_world_2015_09_15_01.sql b/sql/updates/world/2015_10_30_16_world_2015_09_15_01.sql new file mode 100644 index 00000000000..c524b8087be --- /dev/null +++ b/sql/updates/world/2015_10_30_16_world_2015_09_15_01.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|4194304 WHERE entry IN (26861,30788); |
