Skip to content

Commit

Permalink
corret faction of npc "Unseen" in Duskwood
Browse files Browse the repository at this point in the history
  • Loading branch information
miraco committed Jul 12, 2024
1 parent 7ba92a3 commit c3cfeda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Updates/0461_npc_unseen.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- NPC Unseen spawned in Duskwood should have faction 15
-- was faction 14 before
UPDATE creature_template SET Faction = '15' WHERE entry = '3094';

1 comment on commit c3cfeda

@cpevors
Copy link

Choose a reason for hiding this comment

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

Thank you for this.

Please sign in to comment.