DB/Creature: Fix 2 mobs incorrectly using prowl

By untaught and mario-64, closes #11703
This commit is contained in:
Aokromes
2014-03-16 06:05:02 +01:00
parent a1aa4547b3
commit 157bf45fd9

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `ainame`='' WHERE `entry` IN (2406,2384);
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (2406,2384);