diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-12-14 20:03:45 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-12-14 20:03:45 +0000 |
commit | e82b78a50451bdfbaa8c81a6d6e8acab68cb4d65 (patch) | |
tree | 316f361fe1a6833a2ce234c633c98748f67b2e0e | |
parent | 446cd485b683fcee661e168197237d4646475df9 (diff) |
Update 2014_12_14_02_world.sql
-rw-r--r-- | sql/updates/world/2014_12_14_02_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_12_14_02_world.sql b/sql/updates/world/2014_12_14_02_world.sql index 53748f2b81c..25f4ed66880 100644 --- a/sql/updates/world/2014_12_14_02_world.sql +++ b/sql/updates/world/2014_12_14_02_world.sql @@ -1,7 +1,7 @@ SET @Pentarus := 28160; -- Archmage Pentarus SET @SPELL := 50860; -- Summon Machine 28192 Set @Machine:= 28192; -Set @Sworldpell2 := 51036; -- Summon Summon Venture Co. Air Patrol 28229 +Set @Spell2 := 51036; -- Summon Summon Venture Co. Air Patrol 28229 Set @AirPatrol:= 28229; UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`='' WHERE `entry`=@Pentarus; UPDATE `creature_template` SET `npcflag`= 16777216, `InhabitType`=4, `AIName`='SmartAI', `VehicleId`=220 WHERE `entry`=@Machine; |