mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Creature: Remove wrong text aggro from Orgrimmar Grunt
Closes #20417
This commit is contained in:
3
sql/updates/world/3.3.5/2017_09_26_01_world.sql
Normal file
3
sql/updates/world/3.3.5/2017_09_26_01_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user