diff options
| author | Jinnaix <Jinnaix@users.noreply.github.com> | 2021-05-28 20:53:17 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-10 22:43:40 +0100 |
| commit | 3a4b300653951e62a78d172f5b5a679ffd4e2dda (patch) | |
| tree | 1d3fc6c941cd3673dd42ac63e8ba074db5dbc69b | |
| parent | b1167318f4e9f14e3fe39bb1c3440680290b76ee (diff) | |
DB/Creature: Remove holy resistance
Ref #26527
(cherry picked from commit 15f66670d6a3b6213a79d189106dee7477d1ccd9)
| -rw-r--r-- | sql/updates/world/master/2022_03_10_22_world_2021_05_28_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_10_22_world_2021_05_28_01_world.sql b/sql/updates/world/master/2022_03_10_22_world_2021_05_28_01_world.sql new file mode 100644 index 00000000000..4796a7d257f --- /dev/null +++ b/sql/updates/world/master/2022_03_10_22_world_2021_05_28_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_template_resistance` WHERE `School` = 1; |
