From 417afe32c1517f3c6bb98979b2cb9e9167ca7b17 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Tue, 26 Sep 2017 11:26:06 +0200 Subject: DB/Creature: Remove wrong text aggro from Orgrimmar Grunt Closes #20417 (cherry picked from commit 8d26ae4deff6b842d7fc147f58b3c26b3b1b85d5) --- sql/updates/world/master/2020_09_12_03_world_2017_09_26_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2020_09_12_03_world_2017_09_26_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3