mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Fix 2 mobs incorrectly using prowl
By untaught and mario-64, closes #11703
This commit is contained in:
3
sql/updates/world/2014_03_16_00_world_creature.sql
Normal file
3
sql/updates/world/2014_03_16_00_world_creature.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `ainame`='' WHERE `entry` IN (2406,2384);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2406,2384);
|
||||
Reference in New Issue
Block a user