diff options
| author | CraftedRO <CraftedRO@users.noreply.github.com> | 2021-09-21 02:21:12 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-09-21 02:21:12 +0300 |
| commit | 9aae8a443d14676d44a31ee0aeb1defa7f72a127 (patch) | |
| tree | 4d84fb36c4ca5b40edd91194cccef18b6adcb06f | |
| parent | b5e6f3be94baa794fdde5bc841d48d4677fd4803 (diff) | |
DB/Creature: Snarlflare shoudn't have abilities
Closes #26929
| -rw-r--r-- | sql/updates/world/3.3.5/2021_09_21_03_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_09_21_03_world_335.sql b/sql/updates/world/3.3.5/2021_09_21_03_world_335.sql new file mode 100644 index 00000000000..6a2cae3d0c2 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_09_21_03_world_335.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` = 14272; +UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 14272; |
