From 0f87f50c84fa83bace0a0426510b4952c1457cfa Mon Sep 17 00:00:00 2001 From: Wyreth Date: Thu, 21 Sep 2017 20:13:26 +0200 Subject: DB/Creature: Ore Cart Closes #20371 --- sql/updates/world/3.3.5/2017_09_21_09_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_09_21_09_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_09_21_09_world.sql b/sql/updates/world/3.3.5/2017_09_21_09_world.sql new file mode 100644 index 00000000000..df8f4f52e4d --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_21_09_world.sql @@ -0,0 +1,3 @@ +-- Ore Cart +UPDATE `creature` SET `modelid`=0 WHERE `id`=25986; +UPDATE `smart_scripts` SET `action_param1`=2000, `comment`="Ore Cart - On Waypoint 15 Reached - Despawn In 2 Seconds" WHERE `entryorguid`=25986 AND `id`=2; -- cgit v1.2.3