aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2013-02-03 01:50:51 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2013-02-03 01:50:51 +0100
commit06041bc42309320323a1d18864c53e2388f9f42b (patch)
tree2febceb292259628eae57dd00be1a391e034b7fd /sql
parent6161f69b7ed2d41c3942e3635f40f10297bdd28b (diff)
parent1cdfc659591fc556852e95a1cfea4d94a0c13d62 (diff)
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts: src/server/scripts/EasternKingdoms/ZulGurub/boss_grilek.cpp src/server/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp src/server/scripts/EasternKingdoms/ZulGurub/boss_jindo.cpp src/server/scripts/Northrend/IcecrownCitadel/boss_lord_marrowgar.cpp
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_02_01_03_world_wdbverified.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_02_01_03_world_wdbverified.sql b/sql/updates/world/2013_02_01_03_world_wdbverified.sql
new file mode 100644
index 00000000000..1f47ff75825
--- /dev/null
+++ b/sql/updates/world/2013_02_01_03_world_wdbverified.sql
@@ -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);