[8451] Implement talent 47236 and ranks.
[getmangos.git] / sql / updates / 0.6 / 3090_creature_template.sql
blob6ffa040e282d040fa1f5488077c84e772ceb5958
1 ALTER TABLE `creature_template`
2   ADD COLUMN `pickpocketloot` int(10) unsigned NOT NULL default '0' AFTER `lootid`;
4 UPDATE `creature_template`,`pickpocketing_loot_template`
5   SET `creature_template`.`pickpocketloot` = `creature_template`.`lootid`
6   WHERE `creature_template`.`lootid` = `pickpocketing_loot_template`.`entry`;