diff options
author | Jinnaix <Jinnaix@users.noreply.github.com> | 2021-05-28 20:53:17 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-05-28 20:53:17 +0300 |
commit | 15f66670d6a3b6213a79d189106dee7477d1ccd9 (patch) | |
tree | 1d707ddc4384da713f8fb84d57d7512ce7a12e20 | |
parent | fb0a873d0eae0f7bc0d87d012f0a2d32443aede4 (diff) |
DB/Creature: Remove holy resistance
Ref #26527
-rw-r--r-- | sql/updates/world/3.3.5/2021_05_28_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_05_28_01_world.sql b/sql/updates/world/3.3.5/2021_05_28_01_world.sql new file mode 100644 index 00000000000..4796a7d257f --- /dev/null +++ b/sql/updates/world/3.3.5/2021_05_28_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_template_resistance` WHERE `School` = 1; |