Skip to content

Commit

Permalink
DB/Misc: Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
Aokromes committed Feb 20, 2014
1 parent 160d024 commit 537a6df
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions sql/updates/world/2014_02_20_01_world_misc.sql
@@ -1,11 +1,12 @@
--
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);
INSERT INTO `page_text` (`entry`, `text`) VALUES
(124, 'Missing WDB data.'),
(2875, 'Missing WDB data.'),
(3560, 'Missing WDB data.'),
(2898, 'Missing WDB data.'),
(3581, 'Missing WDB data.'),
(3583, 'Missing WDB data.'),
(3587, 'Missing WDB data.'),
(3588, 'Missing WDB data.'),
(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);

0 comments on commit 537a6df

Please sign in to comment.