I wanted to make sure I started off my arrival at MMOwned with a bang, so I'm going to try and contribute right off the bat. I used the search feature to check and make sure this wasn't a repost, and I'm pretty sure that it isn't. What it is, is a compilation of all the guild bank game objects there are in the game (couldn't find the gnome one in My Warcraft Studio). Sorry guys, I didn't know how to write an SQL so I typed it here. If someone wants to point me in the direction of a guide, that would be nice, otherwise, here it is. Simply copy that and execute that into HeidiSQL/Navicat/SQLYog.
INSERT INTO `gameobject_names` VALUES ('500000', '5', '7604', 'Blood Elf Guild Bank', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `gameobject_names` VALUES ('500001', '5', '7612', Draenei Guild Bank', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `gameobject_names` VALUES ('500002', '5', '7608', 'Dwarf Guild Bank', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `gameobject_names` VALUES ('500003', '5', '7605', 'Goblin Guild Bank', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `gameobject_names` VALUES ('500004', '5', '7607', 'Human Guild Bank', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `gameobject_names` VALUES ('500005', '5', '7615', 'Night Elf Guild Bank', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `gameobject_names` VALUES ('500006', '5', '7613', 'Orc Guild Bank', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `gameobject_names` VALUES ('500007', '5', '7616', 'Tauren Guild Bank', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
INSERT INTO `gameobject_names` VALUES ('500007', '5', '7606', 'Undead Guild Bank', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');