diff options
-rw-r--r-- | sql/updates/world/2011_03_01_2_world_creature_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_01_2_world_creature_template.sql b/sql/updates/world/2011_03_01_2_world_creature_template.sql new file mode 100644 index 00000000000..b799e54617e --- /dev/null +++ b/sql/updates/world/2011_03_01_2_world_creature_template.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `npcflag`=`npcflag`|16777216 WHERE `entry` IN (27894,28781,30234,33062); -- match npcflag with diffentries (that got updated on 2011_02_28_7) +UPDATE `creature_template` SET `VehicleId`=335 WHERE `entry`=34045; -- Salvaged Chopper (1) +UPDATE `creature_template` SET `VehicleId`=335 WHERE `entry`=31748; -- Hover Disk (1) |