diff options
-rw-r--r-- | sql/updates/world/master/2020_09_07_02_world_2017_09_21_09_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_07_02_world_2017_09_21_09_world.sql b/sql/updates/world/master/2020_09_07_02_world_2017_09_21_09_world.sql new file mode 100644 index 00000000000..df8f4f52e4d --- /dev/null +++ b/sql/updates/world/master/2020_09_07_02_world_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; |