diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2013-02-01 21:35:37 -0500 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2013-02-01 21:35:37 -0500 |
| commit | 2976f940037dc1f87deeab4f388388147356c55e (patch) | |
| tree | 59386413348e2c2c53d6541414bc3b387ef63b42 | |
| parent | 817f5b36483a6e8fe895ec8c2dc68179b8b450da (diff) | |
DB/WDB: Fixed some wrong WDBVerified; those templates IDs are way too high to have been took from retail
| -rw-r--r-- | sql/updates/world/2013_02_01_03_world_wdbverified.sql | 2 |
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); |
