diff options
author | offl <offl@users.noreply.github.com> | 2021-10-21 19:15:15 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-20 16:44:13 +0100 |
commit | e302cf03bae6357f714a6821b1bd40f9830b46cc (patch) | |
tree | 3fc693560a76b472722223159031f50798839c2b | |
parent | 7e9845730e11270b5546deb51916b7b16f8b6acc (diff) |
DB/Creature: Remove weird controlled abilities
(cherry picked from commit f3eb2a1c273b1c3dad946c7d2ffd20c9a44b312c)
-rw-r--r-- | sql/updates/world/master/2022_03_20_14_world_2021_10_21_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_20_14_world_2021_10_21_01_world.sql b/sql/updates/world/master/2022_03_20_14_world_2021_10_21_01_world.sql new file mode 100644 index 00000000000..531c085755b --- /dev/null +++ b/sql/updates/world/master/2022_03_20_14_world_2021_10_21_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_template_spell` WHERE `CreatureID` IN (2754,4095,7404,9238,10646,12576); |