diff options
| author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-26 11:26:06 +0200 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-09-12 00:23:51 +0200 | 
| commit | 417afe32c1517f3c6bb98979b2cb9e9167ca7b17 (patch) | |
| tree | 90f15e6582fc6a36612c2969729e801a20c0b230 | |
| parent | 4d14fa1100a069f5908d3d1bc0819376b605bf14 (diff) | |
DB/Creature: Remove wrong text aggro from Orgrimmar Grunt
Closes #20417
(cherry picked from commit 8d26ae4deff6b842d7fc147f58b3c26b3b1b85d5)
| -rw-r--r-- | sql/updates/world/master/2020_09_12_03_world_2017_09_26_01_world.sql | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/sql/updates/world/master/2020_09_12_03_world_2017_09_26_01_world.sql b/sql/updates/world/master/2020_09_12_03_world_2017_09_26_01_world.sql new file mode 100644 index 00000000000..623c9e267b2 --- /dev/null +++ b/sql/updates/world/master/2020_09_12_03_world_2017_09_26_01_world.sql @@ -0,0 +1,3 @@ +--  +DELETE FROM `smart_scripts` WHERE `entryorguid`=3296 AND `source_type`=0 AND `id`=1; +DELETE FROM `creature_text` WHERE `CreatureID`=3296 AND `GroupID`=0; | 
