Skip to content

Commit

Permalink
[5334] Infernal Attacker 21419
Browse files Browse the repository at this point in the history
fix display db errors
make event be more randomized
  • Loading branch information
Grz3s committed Jun 13, 2024
1 parent c45e248 commit ea85042
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Updates/5334_c.21419.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- Infernal Attacker 21419
-- fix display db errors
UPDATE creature_template SET DisplayId1 = 17312, DisplayIdProbability2 = 100 WHERE Entry = 21419;
UPDATE creature SET spawntimesecsmin = 30, spawntimesecsmax = 60 WHERE id = 21419; -- make event be more randomized

0 comments on commit ea85042

Please sign in to comment.