-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Instance][ACID][TDB] Dire Maul: Add makeshift waypoints for Residual…
… Monstrosity & Improve AI Based on 2009-05-14-01-50_9835_MIHASYA.sqlite (cherry picked from commit cmangos/tbc-db@0b3d1c3
- Loading branch information
Showing
3 changed files
with
251 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-- Residual Monstrosity 11484 | ||
-- https://www.wowhead.com/classic/npc=11484/residual-monstrosity | ||
-- https://www.youtube.com/live/9KWBGZQuxXU?si=LSuEF3wkUdx2nKKn&t=2423 | ||
UPDATE `creature_template` SET `ExtraFlags` = `ExtraFlags`|(4096+1048576) WHERE `entry` = 11484; | ||
|
Oops, something went wrong.