mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(DB/Creature) Adds Disable Gravity to Shield Orb. (#21671)
This commit is contained in:
3
data/sql/updates/pending_db_world/Shield_Orb.sql
Normal file
3
data/sql/updates/pending_db_world/Shield_Orb.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Add Disable Gravity
|
||||
UPDATE `creature_template_movement` SET `Flight` = 1 WHERE (`CreatureId` = 25502);
|
||||
Reference in New Issue
Block a user