Skip to content

Commit

Permalink
fix(DB/Creature) Adds Disable Gravity to Shield Orb. (#21671)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorschach91 authored Mar 8, 2025
1 parent 3406cb0 commit 99c90c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/sql/updates/pending_db_world/Shield_Orb.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

-- Add Disable Gravity
UPDATE `creature_template_movement` SET `Flight` = 1 WHERE (`CreatureId` = 25502);

0 comments on commit 99c90c0

Please sign in to comment.