diff options
author | svannon <svannon@trinity.contrib> | 2012-01-08 10:09:32 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-01-08 10:09:32 +0100 |
commit | 97eba2ed0112326f0e3d7d7ab1376c8d9e52c98b (patch) | |
tree | 62c935c77d99352704b564d5c53d7b2c9d37e8dc | |
parent | b52f381c3e5c8d24ae420afd47238c6a4d5e3d5a (diff) |
DB/Creature: update Efrem data from sniff
closes #507
-rw-r--r-- | sql/updates/world/2012_01_08_02_world_creature_template.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_08_02_world_creature_template.sql b/sql/updates/world/2012_01_08_02_world_creature_template.sql new file mode 100644 index 00000000000..a544118aa4f --- /dev/null +++ b/sql/updates/world/2012_01_08_02_world_creature_template.sql @@ -0,0 +1,4 @@ +-- Template updates for creature 30081 (Efrem the Faithful) +UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry`=30081; -- Efrem the Faithful +-- Model data 26827 (creature 30081 (Efrem the Faithful)) +UPDATE `creature_model_info` SET `bounding_radius`=0.3672,`combat_reach`=1.8,`gender`=0 WHERE `modelid`=26827; -- Efrem the Faithful |