mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 14:17:28 +01:00
DB/WDB: Fixed some wrong WDBVerified; those templates IDs are way too high to have been took from retail
This commit is contained in:
2
sql/updates/world/2013_02_01_03_world_wdbverified.sql
Normal file
2
sql/updates/world/2013_02_01_03_world_wdbverified.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `npc_text` SET `WDBVerified`=1 WHERE `ID` IN (16777215, 31023);
|
||||
UPDATE `gameobject_template` SET `WDBVerified`=1 WHERE `entry` IN (401003, 300238, 300212, 300209, 300208, 300207, 300204, 300203, 300200, 300199, 300190, 300188, 300187, 300185, 300182, 300175, 300170, 300033);
|
||||
Reference in New Issue
Block a user