diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-06 13:29:23 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-07-06 13:29:23 +0200 |
| commit | 072787b58f05016195832a8e86c180aa86d318e2 (patch) | |
| tree | 39cfff73d0f0bd37a807553ec9085ff7e5beaa90 | |
| parent | 6c757c4ae90ae9189a42980f4d8659ffb75a1dde (diff) | |
DB/Quest: Kaw the Mammoth Destroyer
By dr-j, closes #12409
| -rw-r--r-- | sql/updates/world/2014_07_06_02_world_misc.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_06_02_world_misc.sql b/sql/updates/world/2014_07_06_02_world_misc.sql new file mode 100644 index 00000000000..7ff6e74d003 --- /dev/null +++ b/sql/updates/world/2014_07_06_02_world_misc.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `npcflag`=16777216 WHERE `entry`=25743; +DELETE FROM `creature_loot_template` WHERE `entry`=25802 AND `item`=35234; +UPDATE `item_template` SET `flagsCustom`=1 WHERE `entry`=44834; |
