Skip to content

Commit

Permalink
fix(DB/Creature): Improve Azuregos' mechanic (#13616)
Browse files Browse the repository at this point in the history
* Create Azuregos

* Update Azuregos

* Update data/sql/updates/pending_db_world/Azuregos

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>

* Rename Azuregos to Azuregos.sql

Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
  • Loading branch information
Pyromanihack and Gultask committed Nov 1, 2022
1 parent 5a78222 commit ad417a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/sql/updates/pending_db_world/Azuregos.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`&~(128) WHERE (entry = 6109);

0 comments on commit ad417a0

Please sign in to comment.