diff options
author | Malcrom <malcromdev@gmail.com> | 2013-06-18 00:01:03 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-06-18 00:01:03 -0230 |
commit | 6f9d3b54e3a4a2cdbd5655ba1c443d5a576a3170 (patch) | |
tree | 7e6c25a43ad93fca9a454dc75cb3cff8cadbbebf | |
parent | 07b2c89d7527b12125b20f9cecd26d6b3a4c6227 (diff) |
DB?Creature: Part fix for NPC Hut Fire for Quest: This Just In: Fire Still Hot!
-rw-r--r-- | sql/updates/world/2013_06_18_02_world_creature.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_18_02_world_creature.sql b/sql/updates/world/2013_06_18_02_world_creature.sql new file mode 100644 index 00000000000..26067837dfe --- /dev/null +++ b/sql/updates/world/2013_06_18_02_world_creature.sql @@ -0,0 +1,3 @@ +-- Part fix for NPC Hut Fire for Quest: This Just In: Fire Still Hot! +UPDATE `creature` SET `modelid`=0,`spawndist`=0,`MovementType`=0 WHERE `id`=29692; +UPDATE `creature_template` SET `InhabitType`=4, `flags_extra`=128 WHERE `entry`=29692; |