mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature) Add Verified Build. (#21915)
This commit is contained in:
3
data/sql/updates/pending_db_world/Verified_Build.sql
Normal file
3
data/sql/updates/pending_db_world/Verified_Build.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Add Verified Build
|
||||
UPDATE `creature` SET `VerifiedBuild` = 59185 WHERE (`id1` = 28406) AND (`guid` IN (129500, 129501, 129502, 129503, 129520, 129529, 129530, 129531, 129532, 129546, 129547, 129556));
|
||||
Reference in New Issue
Block a user