diff options
author | offl <offl@users.noreply.github.com> | 2020-06-17 23:00:17 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 22:29:07 +0100 |
commit | 4dd22acb0fc59e54a037778276ed47e4d38bd213 (patch) | |
tree | 27bf1bf5a282fed308da650957f16995bcca491f | |
parent | 4099f96a74854231251f88ef88b0ae6a31475bb6 (diff) |
DB/Creature: Remove useless script from Deathshadow Agent
Closes #24770
(cherry picked from commit 6300494c635106d99fa4410e10c0f56aaab477cf)
-rw-r--r-- | sql/updates/world/master/2022_01_06_57_world_2020_06_17_06_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_57_world_2020_06_17_06_world.sql b/sql/updates/world/master/2022_01_06_57_world_2020_06_17_06_world.sql new file mode 100644 index 00000000000..778084d031e --- /dev/null +++ b/sql/updates/world/master/2022_01_06_57_world_2020_06_17_06_world.sql @@ -0,0 +1,3 @@ +-- It's just quest credit NPC +UPDATE `creature_template` SET `AIName` = "" WHERE `entry` = 23393; +DELETE FROM `smart_scripts` WHERE `entryorguid` = 23393 AND `source_type` = 0; |