diff options
| author | Nay <dnpd.dd@gmail.com> | 2013-07-14 18:59:09 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-07-14 18:59:09 +0100 |
| commit | b87f794e168e7de1b024f8a576c473490956abb4 (patch) | |
| tree | f25aa63fda15d0a4455262bee2cf29c0a45a5ed7 /sql | |
| parent | b56b282eeeba5e21bc256c2ce2ff27edef5f08d9 (diff) | |
| parent | 8b0cea7a5eea1e61d9c1f179d48bd85a61c8c5ca (diff) | |
Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
src/server/game/Globals/ObjectMgr.cpp
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_14_01_world_item_template.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_14_01_world_item_template.sql b/sql/updates/world/2013_07_14_01_world_item_template.sql new file mode 100644 index 00000000000..ab372605f4b --- /dev/null +++ b/sql/updates/world/2013_07_14_01_world_item_template.sql @@ -0,0 +1,14 @@ +UPDATE `item_template` SET `Flags`=0x80000000 WHERE `entry`=23614; +UPDATE `item_template` SET `Flags`=0x80000800 WHERE `entry`=28635; +UPDATE `item_template` SET `Flags`=0x80000800 WHERE `entry`=28636; +UPDATE `item_template` SET `Flags`=0x80000800 WHERE `entry`=28637; +UPDATE `item_template` SET `Flags`=0x80000000 WHERE `entry`=30503; +UPDATE `item_template` SET `Flags`=0x80000000 WHERE `entry`=34868; +UPDATE `item_template` SET `Flags`=0x80000000 WHERE `entry`=37020; +UPDATE `item_template` SET `Flags`=0x80010000 WHERE `entry`=37200; +UPDATE `item_template` SET `Flags`=0x80000040 WHERE `entry`=40652; +UPDATE `item_template` SET `Flags`=0x80000040 WHERE `entry`=40970; +UPDATE `item_template` SET `Flags`=0x80000800 WHERE `entry`=41843; +UPDATE `item_template` SET `Flags`=0x80000800 WHERE `entry`=42782; + +ALTER TABLE `item_template` CHANGE `Flags` `Flags` int(10) unsigned NOT NULL DEFAULT '0'; |
