mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 23:11:56 -04:00
DB/Creature: Fix 2 mobs incorrectly using prowl
By untaught and mario-64, closes #11703
This commit is contained in:
@@ -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