From 97eba2ed0112326f0e3d7d7ab1376c8d9e52c98b Mon Sep 17 00:00:00 2001 From: svannon Date: Sun, 8 Jan 2012 10:09:32 +0100 Subject: [PATCH] DB/Creature: update Efrem data from sniff closes #507 --- sql/updates/world/2012_01_08_02_world_creature_template.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2012_01_08_02_world_creature_template.sql 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