diff options
-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; |