aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-11-03 18:21:17 +0100
committerfunjoker <funjoker109@gmail.com>2021-01-29 19:23:53 +0100
commit2bc95a5b9a3d0d17b1f2716bbc94d930327bd480 (patch)
tree9e188721382526c55fb1572b6c0400b0606a1262
parent0c6447f94c68495d6a4146d3f2ccbc7800bfbb54 (diff)
DB/Creature: Remove wrong aggro text from some guards
(cherry picked from commit 427f68fc6a0ae1b200e5bfac5428a68470606f4d)
-rw-r--r--sql/updates/world/master/2021_01_24_05_world_2017_11_03_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_24_05_world_2017_11_03_00_world.sql b/sql/updates/world/master/2021_01_24_05_world_2017_11_03_00_world.sql
new file mode 100644
index 00000000000..7022d21c390
--- /dev/null
+++ b/sql/updates/world/master/2021_01_24_05_world_2017_11_03_00_world.sql
@@ -0,0 +1,2 @@
+DELETE FROM `smart_scripts` WHERE `entryorguid` IN (68,14304,1976) AND `source_type`=0 AND id=1;
+DELETE FROM `creature_text` WHERE `CreatureID` IN (68,14304,1976) AND `GroupID`=0;