diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-20 02:00:12 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-20 02:00:12 +0100 |
commit | 160d02461f7f1898904ece370a95898508700172 (patch) | |
tree | d55336e77263de10a021104cde6ad5a2f77be198 | |
parent | 419287e4bdc867861d5379decbd3a31db1ec8177 (diff) |
DB/Misc: Fix more startup errors
By Fateswhisper and me. Updates #11587
NOTE: ref "Missing WDB data." we have more of those and since i don't fill WDBVerified it's correct.
-rw-r--r-- | sql/updates/world/2014_02_20_01_world_misc.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_20_01_world_misc.sql b/sql/updates/world/2014_02_20_01_world_misc.sql new file mode 100644 index 00000000000..c0396990544 --- /dev/null +++ b/sql/updates/world/2014_02_20_01_world_misc.sql @@ -0,0 +1,11 @@ +-- +INSERT INTO `page_text` (`entry`, `text`) VALUES (124, 'Missing WDB data.'); +INSERT INTO `page_text` (`entry`, `text`) VALUES (2875, 'Missing WDB data.'); +INSERT INTO `page_text` (`entry`, `text`) VALUES (3560, 'Missing WDB data.'); +INSERT INTO `page_text` (`entry`, `text`) VALUES (2898, 'Missing WDB data.'); +INSERT INTO `page_text` (`entry`, `text`) VALUES (3581, 'Missing WDB data.'); +INSERT INTO `page_text` (`entry`, `text`) VALUES (3583, 'Missing WDB data.'); +INSERT INTO `page_text` (`entry`, `text`) VALUES (3587, 'Missing WDB data.'); +INSERT INTO `page_text` (`entry`, `text`) VALUES (3588, 'Missing WDB data.'); +INSERT INTO `page_text` (`entry`, `text`) VALUES (3589, 'Missing WDB data.'); +UPDATE item_template SET BagFamily = 0 WHERE entry IN (43651, 41811, 41804, 39527, 39526, 38625, 45860, 45120, 7187, 45863, 39148, 46055, 46054, 16082); |