Skip to content

Commit

Permalink
Add can wield loot flag
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Dec 27, 2024
1 parent 69a073b commit b11a0dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Updates/0522_can_weild_loot.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- vanilla + shade of aran
UPDATE creature_template SET StaticFlags1=StaticFlags1|128 WHERE entry IN(644, 2344, 2345, 2346, 3725, 3727, 3728, 3730, 4809, 4810, 4811, 4812, 4813, 4814, 4832, 5860, 5861, 5862, 5998, 5999, 6000, 6002, 6003, 6004, 6005, 6006, 6007, 6008, 6009, 7360, 7851, 8282, 8304, 9557, 14275, 14390, 14393, 15381, 16524);

3 comments on commit b11a0dc

@cpevors
Copy link
Contributor

@cpevors cpevors commented on b11a0dc Dec 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't happen every time, but occasionally Rhahk'Zor will have an artifact rather than a weapon equipped.

Image

@insunaa
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does he drop when that happens?

@killerwife
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a chat command to check his loot, but ill investigate tomorrow nonetheless

Please sign in to comment.