fix(DB/smart_scripts): Remove 'Prowl' on 'Flatland Prowler' (#5161)

This commit is contained in:
Silker
2021-04-06 13:54:26 -06:00
committed by GitHub
parent 5906222fd6
commit 4782d40a27

View File

@@ -0,0 +1,7 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617686115809585900');
-- They did not have stealth in classic https://youtu.be/4Hlaez09riY?t=90
-- No changes during TBC or WOLTK, until WoD https://youtu.be/JVQzZmGWjF8?t=16
DELETE FROM `smart_scripts` WHERE `entryorguid`=3566 AND `source_type`=0 AND `id`=0 AND `link`=0;
UPDATE `creature_template` SET `AIName`='' WHERE `entry`=3566;